mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
41047b0fc5
svn path=/nixpkgs/trunk/; revision=4360
9 lines
104 B
Bash
9 lines
104 B
Bash
source $stdenv/setup
|
|
|
|
installPhase() {
|
|
make install-nokeys
|
|
}
|
|
installPhase=installPhase
|
|
|
|
genericBuild
|