nixpkgs/pkgs/fetchurl/fetchurl.fix

10 lines
190 B
Plaintext

Function(["url", "hash"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
, ("hash", Var("hash"))
, ("name", BaseName(Var("url")))
]
)
)