* Moved the fetchutl package to corepkgs.
svn path=/nixpkgs/trunk/; revision=138
This commit is contained in:
parent
151016ab85
commit
a99e717100
2 changed files with 0 additions and 12 deletions
|
@ -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 a new issue