1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02:00

gnu: Remove python2-dbus.

* gnu/packages/python-xyz.scm (python2-dbus): Delete variable.

Change-Id: I7975a5f4d172ecf7558cdf3469e6c60136feee48
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Andreas Enge
2026-02-07 22:44:21 +01:00
committed by Sharlatan Hellseher
parent 4c97aaf751
commit dd1f07585c

View File

@@ -41691,16 +41691,6 @@ you do not want to store entirely on disk or on memory.")
;; No copyright headers in the source. The LICENSE file indicates GPL3.
(license license:gpl3)))
(define-public python2-dbus
(package/inherit python-dbus-1.2
(name "python2-dbus")
(inputs `(("python" ,python-2)
("libxcrypt" ,libxcrypt) ;required by Python.h
,@(alist-delete "python"
(package-inputs python-dbus-1.2))))
(arguments
`(#:configure-flags '("PYTHON_VERSION=2")))))
(define-public shrinkwrap
(package
(name "shrinkwrap")