f861c8b66c
svn path=/nixpkgs/trunk/; revision=7503
8 lines
130 B
Bash
8 lines
130 B
Bash
source $stdenv/setup
|
|
|
|
buildFlags="-f unix/Makefile generic"
|
|
|
|
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
|
|
|
|
genericBuild
|