blob: a3b3d46e10e946393dbbdb41be57c584c96c8e80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Function(["url", "hash"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
, ("hash", Var("hash"))
, ("name", BaseName(Var("url")))
]
)
)
|