gnu: libblockdev: Remove input labels.
* gnu/packages/disk.scm (libblockdev)[native-inputs]: Remove input labels.
This commit is contained in:
parent
a59bc3d759
commit
c074d7fef4
1 changed files with 4 additions and 4 deletions
|
@ -1007,10 +1007,10 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||||
(substitute* "src/lib/blockdev.c"
|
(substitute* "src/lib/blockdev.c"
|
||||||
(("/etc/libblockdev/conf.d/" path) (string-append out path)))))))))
|
(("/etc/libblockdev/conf.d/" path) (string-append out path)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
(list gobject-introspection
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("util-linux" ,util-linux)))
|
util-linux))
|
||||||
(inputs
|
(inputs
|
||||||
(list btrfs-progs
|
(list btrfs-progs
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
|
Reference in a new issue