nixpkgs/pkgs/fetchurl/fetchurl.fix
Eelco Dolstra 522797e468 * Fix packages.
svn path=/nixpkgs/trunk/; revision=118
2003-07-07 06:43:43 +00:00

10 lines
186 B
Plaintext

Function(["url", "hash"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
, ("hash", Var("hash"))
, ("id", "fetched-from-url")
]
)
)