diff options
author | Shea Levy <shea@shealevy.com> | 2012-07-08T14·29-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·29-0400 |
commit | 9d94a28bed39d0e9bcb3532cdac1a254a44efa97 (patch) | |
tree | 7fe1f22fe23612e8448a84665b11388adc0f81b3 | |
parent | fd2630e1f739c12b4a1f01159e1230d9fb7fb997 (diff) |
The fetchurl builder is now fetchurl.sh
-rw-r--r-- | corepkgs/fetchurl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix index 37f01b55eeb0..c85c007ff218 100644 --- a/corepkgs/fetchurl.nix +++ b/corepkgs/fetchurl.nix @@ -8,7 +8,7 @@ assert (outputHash != "" && outputHashAlgo != "") derivation { name = baseNameOf (toString url); - builder = ./builder.sh; + builder = ./fetchurl.sh; # Compatibility with Nix <= 0.7. id = md5; |