about summary refs log tree commit diff
path: root/corepkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-08T14·29-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-09T19·29-0400
commit9d94a28bed39d0e9bcb3532cdac1a254a44efa97 (patch)
tree7fe1f22fe23612e8448a84665b11388adc0f81b3 /corepkgs
parentfd2630e1f739c12b4a1f01159e1230d9fb7fb997 (diff)
The fetchurl builder is now fetchurl.sh
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/fetchurl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix
index 37f01b55ee..c85c007ff2 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;