me
/
guix
Archived
1
0
Fork 0

gnu: mtd-utils: Remove input labels.

* gnu/packages/linux.scm (mtd-utils)[inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 7ff99f7a56
commit 1077b0b73d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -7011,12 +7011,12 @@ exceeded.")
(native-inputs
(list cmocka pkg-config))
(inputs
`(("acl" ,acl) ; extended attributes (xattr)
("libuuid" ,util-linux "lib")
("lzo" ,lzo)
("openssl" ,openssl) ; optional crypto support
("zlib" ,zlib)
("zstd" ,zstd "lib")))
(list acl ; extended attributes (xattr)
lzo
openssl ; optional crypto support
`(,util-linux "lib")
zlib
`(,zstd "lib")))
(build-system gnu-build-system)
(synopsis "MTD Flash Storage Utilities")
(description "This package provides utilities for testing, partitioning, etc