me
/
guix
Archived
1
0
Fork 0

gnu: libblockdev: Remove input labels.

* gnu/packages/disk.scm (libblockdev)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent a59bc3d759
commit c074d7fef4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -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