guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: xpad: Build against gtksourceview@3.


From: guix-commits
Subject: 05/05: gnu: xpad: Build against gtksourceview@3.
Date: Sat, 6 Jul 2019 19:18:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c72647fbae675654e32e17a6891980a7b9272a71
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 6 20:43:00 2019 +0200

    gnu: xpad: Build against gtksourceview@3.
    
    * gnu/packages/gnome.scm (xpad)[inputs]: Change GTKSOURCEVIEW to 
GTKSOURCEVIEW-3.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2820be0..88d293e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7232,7 +7232,7 @@ is suitable as a default application in a Desktop 
environment.")
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("gtksourceview" ,gtksourceview)
+     `(("gtksourceview" ,gtksourceview-3)
        ("libsm" ,libsm)))
     (home-page "https://wiki.gnome.org/Apps/Xpad";)
     (synopsis "Virtual sticky note")



reply via email to

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