3
0
Fork 0
forked from mirrors/nixpkgs

* Revert.

svn path=/nixpkgs/trunk/; revision=3266
This commit is contained in:
Eelco Dolstra 2005-06-30 16:03:44 +00:00
parent beaf54c8f9
commit cf09d1933d
2 changed files with 0 additions and 11 deletions

View file

@ -1,10 +0,0 @@
. $stdenv/setup
installPhase() {
make install
cd $out/bin; ln -s flex lex
cd $out/lib; ln -s libfl.a libl.a
}
installPhase=installPhase
genericBuild

View file

@ -4,7 +4,6 @@ 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";