dannym pushed a commit to branch master
in repository guix.

commit a3f6f27bbc87d3ae169323a419916e50dd379790
Author: Raghav Gururajan <[email protected]>
AuthorDate: Sun Sep 13 00:30:10 2020 -0400

    gnu: profanity: Change build system.
    
    * gnu/package/messaging.scm (profanity) [build-system]: Change from
    gnu to glib-or-gtk.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ef27e12..f8bb673 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1783,7 +1783,7 @@ are both supported).")
        (sha256
         (base32
          "00j9l9v62rz9hprgiy1vrz8v3v59ph18h8kskqxr31fgqvjv5xr3"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
        (list

Reply via email to