[PATCH] gnu: virt-manager: Fix gui.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220915232216.14576-1-mike@rohleder.de

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

Toggle diff (15 lines)
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
Christopher Baines wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 57842-done@debbugs.gnu.org)
87fsgrsipz.fsf@cbaines.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (8 lines)
>
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmMkUzhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XchFw//fS0LnnRu9VKwcT0B4PjD+bcdC42mGyjx
9iCdwUikCvRdGC7bDTIXgP7m5T/a1JbkyWwAcp4ezriCi3YKykP57FoIz5RjmYrv
3EVnX5SIEQD4kLWQCkFCK5HPu0TnGr73zpW1nQpySP3rnYnnwC/WrPySYVnmSM42
4ZaCVZk9zbHCDzfRRPqQ93xwe3P0gDjkGWABuucjPRRm91DB70sVgwr0mGI228b6
egwyBZfV8t0FWVjY9vQz9TEqDfeQfpJSXIGMoSb5EBupNbmahKIh9+bGY+bXbCD6
h5hivPNd+YQg/BYHgKXB4JXFaX0Fuzg2dQYcQPQcdR2n7aWoxevmLP4XAX4dWQzK
hPBUUsPsixznegMqTRJh+RZE5L/ZVi/jyaVUmQtLpgkryRCVPXEUMTwwRuGkfZPI
qjs5urXCpH4P3dwDLXPft2mTBEsuQ7MuF6gc0oxOdET1UO1JakkcWrvzMpZRp630
lRhLXQSSDm2VIvwxWrPTrWlT6jg3I/1vKWroQWOnEDQG8K5jHHNiUc2t+fM1f0i6
QAXXsfifmIiXY0wRf747J/Ecf4Nx+Giv4OxJLJdi1Y7m/LkgYgl5ljnMR3rYRrnn
ZpqXLsl5LsxqHWijBr/uTcUw3TrqBer15E7sWXi7UDEounUSGLJoe83YxbMFq4Ko
d2VDPSL3vlU=
=CYjl
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57842@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57842
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help