* Moved the fetchutl package to corepkgs.
svn path=/nixpkgs/trunk/; revision=138
This commit is contained in:
parent
151016ab85
commit
a99e717100
|
@ -1,9 +0,0 @@
|
||||||
Function(["url", "hash"],
|
|
||||||
Package(
|
|
||||||
[ ("build", Relative("fetchurl/fetchurl.sh"))
|
|
||||||
, ("url", Var("url"))
|
|
||||||
, ("hash", Var("hash"))
|
|
||||||
, ("name", BaseName(Var("url")))
|
|
||||||
]
|
|
||||||
)
|
|
||||||
)
|
|
|
@ -1,3 +0,0 @@
|
||||||
#! /bin/sh
|
|
||||||
|
|
||||||
wget "$url" -O "$out"
|
|
Loading…
Reference in New Issue