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
1 changed files with 10 additions and 0 deletions
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 a new issue