3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gparted: Move lvm2 to inputs.

* gnu/packages/disk.scm (gparted)[native-inputs]: Move lvm2 ...
[inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2022-12-05 19:35:07 +02:00
parent 4016e01fdf
commit 28d1e51b30
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -589,11 +589,10 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
;; as /dev/disk/by-id/.
`(#:tests? #f))
(inputs
(list `(,util-linux "lib") parted glib gtkmm-3 libxml2))
(list `(,util-linux "lib") parted glib gtkmm-3 lvm2 libxml2))
(native-inputs
(list intltool
itstool
lvm2 ; for tests
yelp-tools
pkg-config))
(home-page "https://gparted.org/")