mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
store: Remove the fixed?' parameter from
add-to-store'.
* guix/store.scm (add-to-store): Remove the `fixed?' parameter from the public interface. * gnu/packages/bootstrap.scm, guix-download.in, guix/derivations.scm, guix/packages.scm, tests/derivations.scm: Update all callers accordingly.
This commit is contained in:
parent
fd060fd30d
commit
a9ebd9efd0
6 changed files with 17 additions and 15 deletions
|
@ -154,7 +154,7 @@ check whether everything is alright."
|
|||
(description "Raw build system with direct store access")
|
||||
(build (lambda* (store name source inputs #:key outputs system)
|
||||
(define (->store file)
|
||||
(add-to-store store file #t #t "sha256"
|
||||
(add-to-store store file #t "sha256"
|
||||
(or (search-bootstrap-binary file
|
||||
system)
|
||||
(error "bootstrap binary not found"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue