mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-10 01:28:53 +02:00
gnu: libblockdev: Remove input labels.
* gnu/packages/disk.scm (libblockdev)[native-inputs]: Remove input labels.
This commit is contained in:
@@ -1007,10 +1007,10 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||
(substitute* "src/lib/blockdev.c"
|
||||
(("/etc/libblockdev/conf.d/" path) (string-append out path)))))))))
|
||||
(native-inputs
|
||||
`(("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)
|
||||
("util-linux" ,util-linux)))
|
||||
(list gobject-introspection
|
||||
pkg-config
|
||||
python-wrapper
|
||||
util-linux))
|
||||
(inputs
|
||||
(list btrfs-progs
|
||||
cryptsetup
|
||||
|
||||
Reference in New Issue
Block a user