mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gparted: Move lvm2 to inputs.
* gnu/packages/disk.scm (gparted)[native-inputs]: Move lvm2 ... [inputs]: ... to here.
This commit is contained in:
parent
4016e01fdf
commit
28d1e51b30
1 changed files with 1 additions and 2 deletions
|
@ -589,11 +589,10 @@ (define-public gparted
|
||||||
;; as ‘/dev/disk/by-id/’.
|
;; as ‘/dev/disk/by-id/’.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
(list `(,util-linux "lib") parted glib gtkmm-3 libxml2))
|
(list `(,util-linux "lib") parted glib gtkmm-3 lvm2 libxml2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list intltool
|
(list intltool
|
||||||
itstool
|
itstool
|
||||||
lvm2 ; for tests
|
|
||||||
yelp-tools
|
yelp-tools
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(home-page "https://gparted.org/")
|
(home-page "https://gparted.org/")
|
||||||
|
|
Loading…
Reference in a new issue