mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 06:30:36 +02:00
gnu: gajim: Move python-docutils from inputs to native-inputs.
* gnu/packages/messaging.scm (gajim): Move python-docutils from inputs to native-inputs.
This commit is contained in:
@@ -627,6 +627,7 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("python-docutils" ,python-docutils)
|
||||
("xorg-server" ,xorg-server)))
|
||||
(inputs
|
||||
`(("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||
@@ -638,7 +639,6 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
|
||||
("python-axolotl" ,python-axolotl)
|
||||
("python-cssutils" ,python-cssutils)
|
||||
("python-dbus" ,python-dbus)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-gnupg" ,python-gnupg)
|
||||
("python-keyring" ,python-keyring)
|
||||
("python-nbxmpp" ,python-nbxmpp)
|
||||
|
||||
Reference in New Issue
Block a user