mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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 New Issue
Block a user