82e678362f
svn path=/nixpkgs/trunk/; revision=4335
11 lines
180 B
Bash
11 lines
180 B
Bash
source $stdenv/setup
|
|
|
|
postInstall() {
|
|
test -x $out/nix-support || mkdir $out/nix-support
|
|
cp $setupHook $out/nix-support/setup-hook
|
|
}
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|
|
|