mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
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
|