de759967c8
svn path=/nixpkgs/trunk/; revision=906
11 lines
175 B
Bash
11 lines
175 B
Bash
. $stdenv/setup
|
|
|
|
postInstall() {
|
|
test -x $out/nix-support || mkdir $out/nix-support
|
|
cp $setupHook $out/nix-support/setup-hook
|
|
}
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|
|
|