mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mtd-utils: Remove input labels.
* gnu/packages/linux.scm (mtd-utils)[inputs]: Remove input labels.
This commit is contained in:
parent
7ff99f7a56
commit
1077b0b73d
1 changed files with 6 additions and 6 deletions
|
@ -7011,12 +7011,12 @@ exceeded.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmocka pkg-config))
|
(list cmocka pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl) ; extended attributes (xattr)
|
(list acl ; extended attributes (xattr)
|
||||||
("libuuid" ,util-linux "lib")
|
lzo
|
||||||
("lzo" ,lzo)
|
openssl ; optional crypto support
|
||||||
("openssl" ,openssl) ; optional crypto support
|
`(,util-linux "lib")
|
||||||
("zlib" ,zlib)
|
zlib
|
||||||
("zstd" ,zstd "lib")))
|
`(,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…
Add table
Add a link
Reference in a new issue