mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "download: Use Disarchive as a last resort."
This reverts commit 66b14dccdd
, which broke
'guix pull'.
This commit is contained in:
parent
1f6854bd06
commit
e74250c3c5
3 changed files with 14 additions and 95 deletions
|
@ -54,8 +54,7 @@ actual output is different from that when we're doing a 'bmCheck' or
|
|||
(output* "out")
|
||||
(executable "executable")
|
||||
(mirrors "mirrors")
|
||||
(content-addressed-mirrors "content-addressed-mirrors")
|
||||
(disarchive-mirrors "disarchive-mirrors"))
|
||||
(content-addressed-mirrors "content-addressed-mirrors"))
|
||||
(unless url
|
||||
(leave (G_ "~a: missing URL~%") (derivation-file-name drv)))
|
||||
|
||||
|
@ -80,10 +79,6 @@ actual output is different from that when we're doing a 'bmCheck' or
|
|||
(lambda (port)
|
||||
(eval (read port) %user-module)))
|
||||
'())
|
||||
#:disarchive-mirrors
|
||||
(if disarchive-mirrors
|
||||
(call-with-input-file disarchive-mirrors read)
|
||||
'())
|
||||
#:hashes `((,algo . ,hash))
|
||||
|
||||
;; Since DRV's output hash is known, X.509 certificate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue