diff options
author | Leo Famulari <leo@famulari.name> | 2016-04-11 18:59:53 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-11 19:01:38 -0400 |
commit | 097e012b5aa8f377954cca450e68dffe848037c6 (patch) | |
tree | 9ea14abdaddcc765430af75aa41ac0f807a58168 /gnu/packages/linux.scm | |
parent | a94d455f58616b3b345fb9bc79a126e29ec74889 (diff) | |
download | patches-097e012b5aa8f377954cca450e68dffe848037c6.tar patches-097e012b5aa8f377954cca450e68dffe848037c6.tar.gz |
gnu: e2fsprogs: Fix misleading comment.
* gnu/packages/linux.scm (e2fsprogs): Fix misleading comment.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 09886be0e5..80ac863fab 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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" |