about summary refs log tree commit diff
path: root/corepkgs/fetchurl/fetchurl.fix
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/fetchurl/fetchurl.fix')
-rw-r--r--corepkgs/fetchurl/fetchurl.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/corepkgs/fetchurl/fetchurl.fix b/corepkgs/fetchurl/fetchurl.fix
index f798c0becbc2..0221b612cfe3 100644
--- a/corepkgs/fetchurl/fetchurl.fix
+++ b/corepkgs/fetchurl/fetchurl.fix
@@ -4,6 +4,7 @@ Function(["url", "md5"],
     , ("url", Var("url"))
     , ("md5", Var("md5"))
     , ("name", BaseName(Var("url")))
+    , ("id", Var("md5"))
     ]
   )
 )