1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/corepkgs/fetchurl/fetchurl.fix

10 lines
187 B
Plaintext
Raw Normal View History

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