82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
226 B
Bash
8 lines
226 B
Bash
source $stdenv/setup
|
|
genericBuild
|
|
|
|
if test -n "$_propagatedBuildInputs"; then
|
|
if ! test -x $out/nix-support; then mkdir $out/nix-support; fi
|
|
echo "$_propagatedBuildInputs" > $out/nix-support/propagated-build-inputs
|
|
fi
|