forked from mirrors/nixpkgs
* Revert.
svn path=/nixpkgs/trunk/; revision=3266
This commit is contained in:
parent
beaf54c8f9
commit
cf09d1933d
|
@ -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
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue