mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-24 19:45:17 -06:00
maint: Adjust final inputs self contained check for changes.
The check script has been failing, %final-inputs have been changed to a procedure that takes the system. * build-aux/check-final-inputs-self-contained.scm (final-inputs): Call %final-inputs procedure with system. Change-Id: Id4d40387e669c996a380f64c73432d916915ead5 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
0ecfe335b9
commit
49bf395754
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
directory))
|
||||
((_ . directory) directory))
|
||||
(derivation->output-paths drv)))))
|
||||
%final-inputs))
|
||||
(%final-inputs system)))
|
||||
|
||||
(define (assert-valid-substitute substitute)
|
||||
"Make sure SUBSTITUTE does not refer to any bootstrap inputs, and bail out
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue