mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: xfsprogs: Remove redundant input.
* gnu/packages/linux.scm (xfsprogs)[native-inputs]: Remove redundant gcc-14. Change-Id: Ia32a0d70d0809c8363d21cc99e83ad9396c28dd6
This commit is contained in:
@@ -11072,12 +11072,7 @@ configuration files. It supports data files in ASCII, MBCS and Unicode.")
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(apply invoke "make" "install-dev" make-flags))))))
|
||||
(native-inputs
|
||||
;; riscv64 needs >= gcc-13.3.0 for liburcu.
|
||||
(append
|
||||
(if (target-riscv64?)
|
||||
(list gcc-14)
|
||||
'())
|
||||
(list gettext-minimal)))
|
||||
(list gettext-minimal))
|
||||
(inputs
|
||||
`(("libinih" ,libinih)
|
||||
("liburcu" ,liburcu)
|
||||
|
||||
Reference in New Issue
Block a user