d69b455cbc
svn path=/nixpkgs/trunk/; revision=3489
11 lines
122 B
Bash
11 lines
122 B
Bash
. $stdenv/setup
|
|
|
|
installPhase() {
|
|
make install
|
|
cd lib/uuid; make install
|
|
}
|
|
|
|
installPhase=installPhase
|
|
|
|
genericBuild
|