gnu: mousepad: Fix build.

* gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with gtksourceview-4..

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Michael Rohleder 2022-09-14 11:48:05 +02:00 committed by Ludovic Courtès
parent c70f881aac
commit a2a22a09c4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1338,7 +1338,7 @@ (define-public mousepad
`(,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