* Moved the fetchutl package to corepkgs.
This commit is contained in:
parent
9ebd78144a
commit
b96239c657
2 changed files with 12 additions and 0 deletions
9
corepkgs/fetchurl/fetchurl.fix
Normal file
9
corepkgs/fetchurl/fetchurl.fix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Function(["url", "hash"],
|
||||
Package(
|
||||
[ ("build", Relative("fetchurl/fetchurl.sh"))
|
||||
, ("url", Var("url"))
|
||||
, ("hash", Var("hash"))
|
||||
, ("name", BaseName(Var("url")))
|
||||
]
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue