guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: brasero: Use 'glib-or-gtk-build-system'.


From: ???
Subject: 01/01: gnu: brasero: Use 'glib-or-gtk-build-system'.
Date: Sat, 07 Nov 2015 13:35:54 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 1c40e3b785539c4a59ede324afa250a59597ea21
Author: 宋文武 <address@hidden>
Date:   Sat Nov 7 21:31:04 2015 +0800

    gnu: brasero: Use 'glib-or-gtk-build-system'.
    
    Fixes <http://bugs.gnu.org/21842>.
    Suggested by Andy Wingo <address@hidden>.
    
    * gnu/packages/gnome.scm (brasero)[build-system]: Switch to
      GLIB-OR-GTK-BUILD-SYSTEM.
---
 gnu/packages/gnome.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 488d46c..f47b835 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -104,7 +104,7 @@
              (sha256
               (base32
                "09vi2hyhl0bz7imv3ky6h7x5m3d546n968wcghydwrkvwm9ylpls"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list
                           (string-append "--with-girdir="



reply via email to

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