mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
eefd0d1745
svn path=/nixpkgs/trunk/; revision=3733
13 lines
152 B
Bash
13 lines
152 B
Bash
. $stdenv/setup
|
|
|
|
export NIX_GLIBC_FLAGS_SET=1
|
|
|
|
installPhase() {
|
|
make install
|
|
cd lib/uuid; make install
|
|
}
|
|
|
|
installPhase=installPhase
|
|
|
|
genericBuild
|