mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
11 lines
165 B
Bash
11 lines
165 B
Bash
source $stdenv/setup
|
|
|
|
installPhase() {
|
|
make install
|
|
cd $out/bin; ln -s flex lex
|
|
cd $out/lib; ln -s libfl.a libl.a
|
|
}
|
|
|
|
installPhase=installPhase
|
|
genericBuild
|