guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: gparted: Use the Glib-or-GTK build system.


From: guix-commits
Subject: 06/06: gnu: gparted: Use the Glib-or-GTK build system.
Date: Wed, 15 Jul 2020 13:42:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b514478cb9205ef04194dbe4235765abd0930da9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 14 15:43:31 2020 +0200

    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.
---
 gnu/packages/disk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index a5278d8..6d812f5 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -78,6 +78,7 @@
   #: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 @@ and can dramatically shorten the lifespan of the drive if 
left unchecked.")
                            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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]