dtc: Fix build after flex upgrade
http://hydra.nixos.org/build/46059338
This commit is contained in:
parent
749fa3d775
commit
9c45e20823
1 changed files with 1 additions and 1 deletions
|
@ -1487,7 +1487,7 @@ in
|
|||
|
||||
dtach = callPackage ../tools/misc/dtach { };
|
||||
|
||||
dtc = callPackage ../development/compilers/dtc { };
|
||||
dtc = callPackage ../development/compilers/dtc { flex = flex_2_6_1; };
|
||||
|
||||
dub = callPackage ../development/tools/build-managers/dub { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue