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"))))
|
"0ss0r6jlxxinf9fhpc0fgf7b89n9mzirpa85xxjmi1ix9l6cls6x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(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
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
|
|
Loading…
Reference in a new issue