mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: e2fsprogs: Build with --disable-blkid.
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Pass --disable-blkid.
This commit is contained in:
parent
a68c69675f
commit
ddfc2fd8e0
1 changed files with 6 additions and 1 deletions
|
@ -500,7 +500,12 @@ (define-public e2fsprogs
|
|||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo))) ; for the libext2fs Info manual
|
||||
(arguments
|
||||
'(#:phases (alist-cons-before
|
||||
'(;; The 'blkid' command and library are already provided by util-linux,
|
||||
;; which is the preferred source for them (see, e.g.,
|
||||
;; <http://git.buildroot.net/buildroot/commit/?id=e1ffc2f791b336339909c90559b7db40b455f172>.)
|
||||
#:configure-flags '("--disable-blkid")
|
||||
|
||||
#:phases (alist-cons-before
|
||||
'configure 'patch-shells
|
||||
(lambda _
|
||||
(substitute* "configure"
|
||||
|
|
Loading…
Reference in a new issue