mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: xfsprogs-5.9: Fix build.
* gnu/packages/linux.scm (xfsprogs-5.9)[arguments]: Disable use gettext. [native-inputs]: Remove gettext-minimal. Change-Id: Ia2ad210fc41420b70705bbe23d9fbecf4f002236
This commit is contained in:
parent
4a19e9178b
commit
28508c2462
1 changed files with 9 additions and 1 deletions
|
|
@ -10191,7 +10191,15 @@ file systems.")
|
|||
"xfsprogs-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13xkn9jpmwp4fm9r68vhgznkmxhnv83n2b39mhy2qdaph90w2a1l"))))))
|
||||
"13xkn9jpmwp4fm9r68vhgznkmxhnv83n2b39mhy2qdaph90w2a1l"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments xfsprogs)
|
||||
((#:configure-flags configure-flags '())
|
||||
`(cons "--enable-gettext=no"
|
||||
,configure-flags))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs xfsprogs)
|
||||
(delete "gettext-minimal")))))
|
||||
|
||||
(define-public xfsprogs/static
|
||||
(package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue