gnu: mtd-utils: Remove input labels.
* gnu/packages/linux.scm (mtd-utils)[inputs]: Remove input labels.master
parent
7ff99f7a56
commit
1077b0b73d
|
@ -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
|
||||
|
|
Reference in New Issue