[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: mousepad: Fix build.
From: |
guix-commits |
Subject: |
05/08: gnu: mousepad: Fix build. |
Date: |
Wed, 14 Sep 2022 17:38:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a2a22a09c4eca06659e3f0f74b955a2ff2f8d622
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Sep 14 11:48:05 2022 +0200
gnu: mousepad: Fix build.
* gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with
gtksourceview-4..
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/xfce.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
- branch master updated (883d4e0abf -> d9b7982ba5), guix-commits, 2022/09/14
- 01/08: gnu: xsimd: Update to 9.0.1., guix-commits, 2022/09/14
- 06/08: gnu: gnome-mines: Fix build., guix-commits, 2022/09/14
- 04/08: gnu: stunnel: Update to 5.66., guix-commits, 2022/09/14
- 05/08: gnu: mousepad: Fix build.,
guix-commits <=
- 07/08: gnu: podman: Install shell completions., guix-commits, 2022/09/14
- 08/08: gnu: go-ipfs: Install bash completion., guix-commits, 2022/09/14
- 03/08: gnu: rsync: Update to 3.2.6., guix-commits, 2022/09/14
- 02/08: gnu: xsimd-benchmark: Build example., guix-commits, 2022/09/14