GNU bug report logs -
#61968
[PATCH 0/7] Update GNOME Builder
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sat, 4 Mar 2023 20:07:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/text-editors.scm (textpieces) [native-inputs, inputs]:
gtksourceview <at> 5 requires glib-next. Replace glib with glib-next. Replace glib
with glib-next.
---
gnu/packages/text-editors.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index e05a58c447..2c300467b5 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -956,12 +956,13 @@ (define-public textpieces
blueprint-compiler
desktop-file-utils
gettext-minimal
- `(,glib "bin")
+ `(,glib-next "bin")
`(,gtk "bin")
pkg-config
vala))
(inputs
- (list gtk
+ (list glib-next
+ gtk
gtksourceview
json-glib
libadwaita
--
2.39.1
This bug report was last modified 1 year and 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.