~ruther/guix-local

946991731da55ce5c1c541b1e118340d5a531be4 — Zheng Junjie 1 year, 9 months ago 83d29d5
Revert "gnu: e2fsprogs: Downgrade to 1.46.6."

This reverts commit dd8364cfae6f666187eda62684cdbcd704fd9081.

Commit 00384aedbc6a371aaf90ca344a446952fdd5a6b3 let grub ignore
metadata-csum-seed, so we can update to 1.47+.
1 files changed, 2 insertions(+), 4 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -4
@@ 2640,12 2640,10 @@ Linux kernel module and the server needs the @file{usbip_host} Linux kernel
module.")
    (license license:gpl2)))

;; XXX: Before updating to 1.47+ check if grub supports the ext4 flag
;; metadata_csum_seed, otherwise grub will complain about an unknown filesystem.
(define-public e2fsprogs
  (package
    (name "e2fsprogs")
    (version "1.46.6")
    (version "1.47.0")
    (source (origin
             (method url-fetch)
             (uri (string-append


@@ 2654,7 2652,7 @@ module.")
                   "e2fsprogs-" version ".tar.xz"))
             (sha256
              (base32
               "1z7lqkvrw97jym2w2gz1aj3d9maxhrk6alv3vrzfkr7mkzqifxd7"))))
               "1nymjw801lmlr5y6bg1zv9jsip5dkyxqislbdzpir4mx5czzajhl"))))
    (build-system gnu-build-system)
    (inputs (list `(,util-linux "lib")))
    (native-inputs (list pkg-config