diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-09-14 11:48:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-14 23:36:31 +0200 |
commit | a2a22a09c4eca06659e3f0f74b955a2ff2f8d622 (patch) | |
tree | ada920bbcdb194f6927d73cbe6a76a0d0794a4d1 /gnu/packages/xfce.scm | |
parent | c70f881aac842bb0abdcc7953cc9b560267550c5 (diff) | |
download | guix-a2a22a09c4eca06659e3f0f74b955a2ff2f8d622.tar.gz |
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/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
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 |