binary-tarball.nix: Forgot to source functions.sh
This commit is contained in:
parent
63bcec08b3
commit
cff9e132e7
@ -35,6 +35,7 @@ stdenv.mkDerivation (
|
|||||||
postHook = ''
|
postHook = ''
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
echo "$system" > $out/nix-support/system
|
echo "$system" > $out/nix-support/system
|
||||||
|
. ${./functions.sh}
|
||||||
|
|
||||||
origSrc=$src
|
origSrc=$src
|
||||||
src=$(findTarballs $src | head -1)
|
src=$(findTarballs $src | head -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user