forked from mirrors/nixpkgs
binary-tarball.nix: Forgot to source functions.sh
This commit is contained in:
parent
63bcec08b3
commit
cff9e132e7
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue