about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-06-30 15:16:53 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-06-30 15:16:53 +0000
commit2bc1da9c9c577d3a8057edb7d3a099fc3c45e748 (patch)
tree90116fc941fb73b16f8cdc0145f256e05a902da7 /pkgs/development/tools
parentd33693c438fd289aa3cbd5fbc29f3fff2e2d6f92 (diff)
downloadnixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.tar
nixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.tar.gz
nixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.tar.bz2
nixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.tar.lz
nixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.tar.xz
nixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.tar.zst
nixlib-2bc1da9c9c577d3a8057edb7d3a099fc3c45e748.zip
link $out/bin/lex to $out/bin/flex and $out/lib/libl.a to $out/lib/libfl.a.
This is needed to make iputils build.

svn path=/nixpkgs/trunk/; revision=3264
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/parsing/flex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/parsing/flex/default.nix b/pkgs/development/tools/parsing/flex/default.nix
index c386c2be4765..24303fd6a539 100644
--- a/pkgs/development/tools/parsing/flex/default.nix
+++ b/pkgs/development/tools/parsing/flex/default.nix
@@ -4,6 +4,7 @@ assert yacc != null;
 
 stdenv.mkDerivation {
   name = "flex-2.5.4a";
+  builder = ./builder.sh;
   src = fetchurl {
     url = http://catamaran.labs.cs.uu.nl/dist/tarballs/flex-2.5.4a.tar.gz;
     md5 = "bd8753d0b22e1f4ec87a553a73021adf";