mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: mtd-utils: Update to 2.1.1.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.1. [inputs]: Add zstd:lib.
This commit is contained in:
parent
b5e912a88c
commit
9ea820a5bf
1 changed files with 4 additions and 3 deletions
|
@ -4613,7 +4613,7 @@ (define-public mcelog
|
||||||
(define-public mtd-utils
|
(define-public mtd-utils
|
||||||
(package
|
(package
|
||||||
(name "mtd-utils")
|
(name "mtd-utils")
|
||||||
(version "2.0.2")
|
(version "2.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4621,7 +4621,7 @@ (define-public mtd-utils
|
||||||
"mtd-utils-" version ".tar.bz2"))
|
"mtd-utils-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f30jszknc5v6ykmil8ajxgksmcg54q3rsp84jsancp9x0dycggv"))))
|
"1lijl89l7hljx8xx70vrz9srd3h41v5gh4b0lvqnlv831yvyh5cd"))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-unit-tests")))
|
'(#:configure-flags '("--enable-unit-tests")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -4631,7 +4631,8 @@ (define-public mtd-utils
|
||||||
`(("acl" ,acl) ; for XATTR
|
`(("acl" ,acl) ; for XATTR
|
||||||
("libuuid" ,util-linux)
|
("libuuid" ,util-linux)
|
||||||
("lzo" ,lzo)
|
("lzo" ,lzo)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)
|
||||||
|
("zstd" ,zstd "lib")))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "MTD Flash Storage Utilities")
|
(synopsis "MTD Flash Storage Utilities")
|
||||||
(description "This package provides utilities for testing, partitioning, etc
|
(description "This package provides utilities for testing, partitioning, etc
|
||||||
|
|
Loading…
Reference in a new issue