all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57842] [PATCH] gnu: virt-manager: Fix gui.
@ 2022-09-15 23:22 Michael Rohleder
  2022-09-16 10:42 ` bug#57842: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-09-15 23:22 UTC (permalink / raw)
  To: 57842; +Cc: Michael Rohleder

Fixes <https://issues.guix.gnu.org/57832>.

* gnu/packages/virtualization.scm (virt-manager)[inputs]: Replace
gtksourceview with gtksourceview-4.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index cebcc9742d..199156dbb9 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1517,7 +1517,7 @@ (define-public virt-manager
      (list dconf
            gtk+
            gtk-vnc
-           gtksourceview
+           gtksourceview-4
            libvirt
            libvirt-glib
            libosinfo
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57842: [PATCH] gnu: virt-manager: Fix gui.
  2022-09-15 23:22 [bug#57842] [PATCH] gnu: virt-manager: Fix gui Michael Rohleder
@ 2022-09-16 10:42 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-16 10:42 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 57842-done

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]


Michael Rohleder <mike@rohleder.de> writes:

> Fixes <https://issues.guix.gnu.org/57832>.
>
> * gnu/packages/virtualization.scm (virt-manager)[inputs]: Replace
> gtksourceview with gtksourceview-4.
> ---
>  gnu/packages/virtualization.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, I tweaked the commit message to make it a bit more specific and
pushed to master as eb9a39c1b75a60fe3946496bb2eee8f32dbf09cd.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-16 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 23:22 [bug#57842] [PATCH] gnu: virt-manager: Fix gui Michael Rohleder
2022-09-16 10:42 ` bug#57842: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.