mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xfsprogs: Install the headers.
* gnu/packages/linux.scm (xfsprogs)[arguments]: Add #:phases.
This commit is contained in:
parent
02a4efb238
commit
2f2ef9d9b9
1 changed files with 5 additions and 1 deletions
|
@ -5066,7 +5066,11 @@ (define-public xfsprogs
|
|||
"0ss0r6jlxxinf9fhpc0fgf7b89n9mzirpa85xxjmi1ix9l6cls6x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; kernel/user integration tests are in package "xfstests"
|
||||
`(#:tests? #f ;kernel/user integration tests are in package "xfstests"
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-after 'install 'install-headers
|
||||
(lambda _
|
||||
(invoke "make" "install-dev"))))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("util-linux" ,util-linux)))
|
||||
|
|
Loading…
Reference in a new issue