summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2022-09-14 11:48:05 +0200
committerLudovic Courtès <ludo@gnu.org>2022-09-14 23:36:31 +0200
commita2a22a09c4eca06659e3f0f74b955a2ff2f8d622 (patch)
treeada920bbcdb194f6927d73cbe6a76a0d0794a4d1 /gnu
parentc70f881aac842bb0abdcc7953cc9b560267550c5 (diff)
gnu: mousepad: Fix build.
* gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with gtksourceview-4.. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3037b05e07..85a20a94ef 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1338,7 +1338,7 @@ of data to either CD/DVD/BD.")
`(,glib "bin") ; for glib-compile-schemas.
pkg-config))
(inputs
- (list gtk+ gtksourceview xfconf))
+ (list gtk+ gtksourceview-4 xfconf))
(home-page "https://git.xfce.org/apps/mousepad/")
(synopsis "Simple text editor for Xfce")
(description