nonguix: Use name when provided in unredistributable-url-fetch.
* nonguix/download.scm (unredistributable-url-fetch): Use name when provided.
This commit is contained in:
parent
b1975f55e9
commit
c9d1ea0ad3
|
@ -43,7 +43,7 @@ if you run a substitute server on your machine."
|
||||||
(basename url))))
|
(basename url))))
|
||||||
|
|
||||||
(mlet %store-monad ()
|
(mlet %store-monad ()
|
||||||
(raw-derivation file-name "builtin:download" '()
|
(raw-derivation (or name file-name) "builtin:download" '()
|
||||||
#:system system
|
#:system system
|
||||||
#:hash-algo hash-algo
|
#:hash-algo hash-algo
|
||||||
#:hash hash
|
#:hash hash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user