* Moved the fetchutl package to corepkgs.

svn path=/nixpkgs/trunk/; revision=138
gstqt5
Eelco Dolstra 2003-07-10 09:11:30 +00:00
parent 151016ab85
commit a99e717100
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +0,0 @@
Function(["url", "hash"],
Package(
[ ("build", Relative("fetchurl/fetchurl.sh"))
, ("url", Var("url"))
, ("hash", Var("hash"))
, ("name", BaseName(Var("url")))
]
)
)

View File

@ -1,3 +0,0 @@
#! /bin/sh
wget "$url" -O "$out"