mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
* Use BaseName().
svn path=/nixpkgs/trunk/; revision=126
This commit is contained in:
parent
44bf92847f
commit
7073d308d9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Function(["url", "hash"],
|
|||
[ ("build", Relative("fetchurl/fetchurl.sh"))
|
||||
, ("url", Var("url"))
|
||||
, ("hash", Var("hash"))
|
||||
, ("id", "fetched-from-url")
|
||||
, ("id", BaseName(Var("url")))
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue