diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2025-12-19 20:23:25 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2025-12-22 11:00:18 +0100 |
| commit | 49bf3957540849d964353807e886dbd0be964aa7 (patch) | |
| tree | fbd8f54a5f197576e62114f6b509fd1ee69b8750 /build-aux | |
| parent | 0ecfe335b9fe66f4120f4df503fd2eb21e847fde (diff) | |
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>
Diffstat (limited to 'build-aux')
| -rw-r--r-- | build-aux/check-final-inputs-self-contained.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/check-final-inputs-self-contained.scm b/build-aux/check-final-inputs-self-contained.scm index a6148d12e33..dffdbcf49cf 100644 --- a/build-aux/check-final-inputs-self-contained.scm +++ b/build-aux/check-final-inputs-self-contained.scm @@ -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 |
