82e678362f
svn path=/nixpkgs/trunk/; revision=4335
11 lines
127 B
Bash
11 lines
127 B
Bash
source $stdenv/setup
|
|
|
|
installPhase() {
|
|
make install
|
|
cd lib/uuid; make install
|
|
}
|
|
|
|
installPhase=installPhase
|
|
|
|
genericBuild
|