From 2bc1da9c9c577d3a8057edb7d3a099fc3c45e748 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 30 Jun 2005 15:16:53 +0000 Subject: [PATCH] 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 --- pkgs/development/tools/parsing/flex/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/parsing/flex/default.nix b/pkgs/development/tools/parsing/flex/default.nix index c386c2be476..24303fd6a53 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";