oops, never ever *ever* forget essential false. I will LART myself now...
svn path=/nixpkgs/trunk/; revision=3265
This commit is contained in:
parent
2bc1da9c9c
commit
beaf54c8f9
10
pkgs/development/tools/parsing/flex/builder.sh
Normal file
10
pkgs/development/tools/parsing/flex/builder.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
installPhase() {
|
||||||
|
make install
|
||||||
|
cd $out/bin; ln -s flex lex
|
||||||
|
cd $out/lib; ln -s libfl.a libl.a
|
||||||
|
}
|
||||||
|
|
||||||
|
installPhase=installPhase
|
||||||
|
genericBuild
|
Loading…
Reference in New Issue
Block a user