temporary disable flex-wrapper (note to self: don't forget to commit)

svn path=/nixpkgs/trunk/; revision=3744
This commit is contained in:
Armijn Hemel 2005-08-29 17:54:40 +00:00
parent a849cb0704
commit 0111856eae

View file

@ -364,9 +364,9 @@ rec {
inherit fetchurl stdenv yacc; inherit fetchurl stdenv yacc;
}; };
flexWrapper = (import ../development/tools/parsing/flex-wrapper) { #flexWrapper = (import ../development/tools/parsing/flex-wrapper) {
inherit stdenv flex ; # inherit stdenv flex ;
}; #};
flexnew = (import ../development/tools/parsing/flex/flex-new.nix) { flexnew = (import ../development/tools/parsing/flex/flex-new.nix) {
inherit fetchurl stdenv yacc; inherit fetchurl stdenv yacc;