From cbc1f7541888da215299d62dc539dd699de289c1 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 26 Oct 2022 11:33:32 +0300 Subject: 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(-) (limited to 'gnu/packages/gnome.scm') 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 @@ (define-public xpad (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 -- cgit v1.2.3