mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: e2fsprogs: Add fuse to inputs.
This causes fuse2fs to get built. * gnu/packages/linux.scm (e2fsprogs): [inputs]: Add fuse. Change-Id: Iedfafd190a5dd2adbda962c00f1a25476ffe9143 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
committed by
Vagrant Cascadian
parent
4fcbcab2d9
commit
71d47ffa2e
@@ -3684,7 +3684,8 @@ module.")
|
||||
(base32
|
||||
"0g76fhnyzr2awwybd6c16439l80r5dv4kbfaq7cr908fr9j2w908"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list `(,util-linux "lib")))
|
||||
(inputs
|
||||
`((,util-linux "lib") ,@(if (target-hurd?) '() (list fuse))))
|
||||
(native-inputs (list pkg-config
|
||||
texinfo ;for the libext2fs Info manual
|
||||
;; For tests.
|
||||
@@ -3824,7 +3825,7 @@ module.")
|
||||
;; Do not build shared libraries.
|
||||
(substitute-keyword-arguments (package-arguments e2fsprogs)
|
||||
((#:configure-flags _)
|
||||
'(list "--disable-blkid"))
|
||||
'(list "--disable-blkid" "--disable-fuse2fs"))
|
||||
((#:make-flags _)
|
||||
'(list)))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user