nix-super/corepkgs/fetchurl/fetchurl.fix

10 lines
187 B
Text
Raw Normal View History

2003-07-12 14:03:14 +03:00
Function(["url", "md5"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
2003-07-12 14:03:14 +03:00
, ("md5", Var("md5"))
, ("name", BaseName(Var("url")))
]
)
)