gnu: e2fsprogs: Fix misleading comment.
* gnu/packages/linux.scm (e2fsprogs): Fix misleading comment.
This commit is contained in:
parent
a94d455f58
commit
097e012b5a
|
@ -598,7 +598,7 @@ slabtop, and skill.")
|
|||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo))) ;for the libext2fs Info manual
|
||||
(arguments
|
||||
'(;; util-linux is not the preferred source for some of the libraries and
|
||||
'(;; util-linux is the preferred source for some of the libraries and
|
||||
;; commands, so disable them (see, e.g.,
|
||||
;; <http://git.buildroot.net/buildroot/commit/?id=e1ffc2f791b33633>.)
|
||||
#:configure-flags '("--disable-libblkid"
|
||||
|
|
Loading…
Reference in New Issue