guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xpad: Fix build.


From: guix-commits
Subject: 02/03: gnu: xpad: Fix build.
Date: Wed, 26 Oct 2022 04:41:49 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cbc1f7541888da215299d62dc539dd699de289c1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 26 11:33:32 2022 +0300

    gnu: xpad: Fix build.
    
    * gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview
    with gtksourceview-4.
---
 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 bae585ea6c..45d74568a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10820,7 +10820,7 @@ is suitable as a default application in a Desktop 
environment.")
      (list autoconf automake
            `(,gtk+ "bin") intltool pkg-config))
     (inputs
-     (list gtksourceview libsm))
+     (list gtk+ gtksourceview-4 libsm))
     (home-page "https://wiki.gnome.org/Apps/Xpad";)
     (synopsis "Virtual sticky note")
     (description



reply via email to

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