82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
129 B
Bash
8 lines
129 B
Bash
source $stdenv/setup
|
|
|
|
makeFlags="-f unix/Makefile generic"
|
|
|
|
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
|
|
|
|
genericBuild
|