mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: gparted: Use the Glib-or-GTK build system.
Fixes <https://issues.guix.gnu.org/38544>. * gnu/packages/disk.scm (gparted)[build-system]: Use glib-or-gtk-build-system.
This commit is contained in:
parent
7af2b55d7b
commit
b514478cb9
1 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ (define-module (gnu packages disk)
|
|||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system glib-or-gtk)
|
||||
#:use-module (guix build-system go)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system trivial)
|
||||
|
@ -432,7 +433,7 @@ (define-public gparted
|
|||
version "/gparted-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "092rgwjh1825fal6v3yafq2wr0i61hh0a2n0j4296zn0zdx7pzp2"))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
;; Tests require access to paths outside the build container, such
|
||||
;; as '/dev/disk/by-id'
|
||||
|
|
Loading…
Reference in a new issue