corepkgs/fetchurl: Call the shell directly instead of using the shebang
This commit is contained in:
parent
a994eb92a4
commit
f863673a90
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,8 @@ assert (outputHash != "" && outputHashAlgo != "")
|
|||
|
||||
derivation {
|
||||
name = baseNameOf (toString url);
|
||||
builder = ./fetchurl.sh;
|
||||
builder = shell;
|
||||
args = [ "-e" ./fetchurl.sh ];
|
||||
|
||||
# Compatibility with Nix <= 0.7.
|
||||
id = md5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue