guix/corepkgs/fetchurl/fetchurl.fix

10 lines
187 B
Plaintext
Raw Normal View History

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