mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-11 00:13:17 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if you run a substitute server on your machine."
|
|||
(basename url))))
|
||||
|
||||
(mlet %store-monad ()
|
||||
(raw-derivation file-name "builtin:download" '()
|
||||
(raw-derivation (or name file-name) "builtin:download" '()
|
||||
#:system system
|
||||
#:hash-algo hash-algo
|
||||
#:hash hash
|
||||
|
|
Loading…
Reference in a new issue