guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: profanity: Change build system.


From: guix-commits
Subject: 04/04: gnu: profanity: Change build system.
Date: Sun, 13 Sep 2020 05:54:16 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit a3f6f27bbc87d3ae169323a419916e50dd379790
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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

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