diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-11 23:12:16 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-20 13:27:16 +0100 |
| commit | 1ae20f03f43a2af2bcde3751a2809fe152298d34 (patch) | |
| tree | be11f116044ab4cbc7994e2cf88ded0e21db4bbc /gnu/packages/linux.scm | |
| parent | 4ba653e637940b147ea5cdcf45397b8ac7f3d014 (diff) | |
gnu: Reference the inherited inputs values.
This commit was made by running this command:
sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm
… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).
Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 73d1ce13d1e..4717a39157f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -3681,7 +3681,7 @@ block devices, UUIDs, TTYs, and many other tools.") | |||
| 3681 | util-linux | 3681 | util-linux |
| 3682 | (name "util-linux-with-udev") | 3682 | (name "util-linux-with-udev") |
| 3683 | (inputs | 3683 | (inputs |
| 3684 | (modify-inputs (package-inputs util-linux) | 3684 | (modify-inputs inputs |
| 3685 | (prepend eudev))))) | 3685 | (prepend eudev))))) |
| 3686 | 3686 | ||
| 3687 | (define-public chimerautils | 3687 | (define-public chimerautils |
| @@ -10569,7 +10569,7 @@ libraries, which are often integrated directly into libfabric.") | |||
| 10569 | (sha256 | 10569 | (sha256 |
| 10570 | (base32 "1znmw83rmippv0fwz0x7lgylfk17dr9ckll8lrm4z7kclspnqpj8")))) | 10570 | (base32 "1znmw83rmippv0fwz0x7lgylfk17dr9ckll8lrm4z7kclspnqpj8")))) |
| 10571 | (inputs | 10571 | (inputs |
| 10572 | (modify-inputs (package-inputs libfabric) | 10572 | (modify-inputs inputs |
| 10573 | (append cxi-driver-for-libfabric-1))))) | 10573 | (append cxi-driver-for-libfabric-1))))) |
| 10574 | 10574 | ||
| 10575 | (define-public psm | 10575 | (define-public psm |
| @@ -11106,7 +11106,7 @@ file systems.") | |||
| 11106 | `(cons "--enable-gettext=no" | 11106 | `(cons "--enable-gettext=no" |
| 11107 | ,configure-flags)))) | 11107 | ,configure-flags)))) |
| 11108 | (native-inputs | 11108 | (native-inputs |
| 11109 | (modify-inputs (package-native-inputs xfsprogs) | 11109 | (modify-inputs native-inputs |
| 11110 | (delete "gettext-minimal"))))) | 11110 | (delete "gettext-minimal"))))) |
| 11111 | 11111 | ||
| 11112 | (define-public xfsprogs/static | 11112 | (define-public xfsprogs/static |
| @@ -11622,7 +11622,7 @@ tools for managing PipeWire.") | |||
| 11622 | ((#:configure-flags flags ''()) | 11622 | ((#:configure-flags flags ''()) |
| 11623 | #~(cons "-Delogind=disabled" #$flags)))) | 11623 | #~(cons "-Delogind=disabled" #$flags)))) |
| 11624 | (inputs | 11624 | (inputs |
| 11625 | (modify-inputs (package-inputs base) | 11625 | (modify-inputs inputs |
| 11626 | (delete "elogind")))))) | 11626 | (delete "elogind")))))) |
| 11627 | 11627 | ||
| 11628 | (define-public ell | 11628 | (define-public ell |
