3
0
Fork 0
forked from mirrors/nixpkgs

binary-tarball.nix: Forgot to source functions.sh

This commit is contained in:
Shea Levy 2012-08-09 07:12:20 -04:00
parent 63bcec08b3
commit cff9e132e7

View file

@ -35,6 +35,7 @@ stdenv.mkDerivation (
postHook = ''
mkdir -p $out/nix-support
echo "$system" > $out/nix-support/system
. ${./functions.sh}
origSrc=$src
src=$(findTarballs $src | head -1)