Archived
1
0
Fork 0

gnu: libblockdev: Remove input labels.

* gnu/packages/disk.scm (libblockdev)[native-inputs]:
Remove input labels.
This commit is contained in:
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

View file

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