mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
temporary disable flex-wrapper (note to self: don't forget to commit)
svn path=/nixpkgs/trunk/; revision=3744
This commit is contained in:
parent
a849cb0704
commit
0111856eae
@ -364,9 +364,9 @@ rec {
|
||||
inherit fetchurl stdenv yacc;
|
||||
};
|
||||
|
||||
flexWrapper = (import ../development/tools/parsing/flex-wrapper) {
|
||||
inherit stdenv flex ;
|
||||
};
|
||||
#flexWrapper = (import ../development/tools/parsing/flex-wrapper) {
|
||||
# inherit stdenv flex ;
|
||||
#};
|
||||
|
||||
flexnew = (import ../development/tools/parsing/flex/flex-new.nix) {
|
||||
inherit fetchurl stdenv yacc;
|
||||
|
Loading…
Reference in New Issue
Block a user