gnu: Remove python2-gst.
It fails to build because of an incomplete python2 transformation, but is not worth fixing because Python 2 is EOL and nothing depends on this package. * gnu/packages/gstreamer.scm (python-gst)[properties]: Remove. (python2-gst): Remove variable.
This commit is contained in:
parent
ada061c12a
commit
55fe84c6eb
1 changed files with 1 additions and 12 deletions
|
@ -921,18 +921,7 @@ non-linear editors.")
|
||||||
(description
|
(description
|
||||||
"This package contains GObject Introspection overrides for Python that can
|
"This package contains GObject Introspection overrides for Python that can
|
||||||
be used by Python applications using GStreamer.")
|
be used by Python applications using GStreamer.")
|
||||||
(license license:lgpl2.1+)
|
(license license:lgpl2.1+)))
|
||||||
(properties `((python2-variant . ,(delay python2-gst))))))
|
|
||||||
|
|
||||||
(define-public python2-gst
|
|
||||||
(package (inherit python-gst)
|
|
||||||
(name "python2-gst")
|
|
||||||
(native-inputs
|
|
||||||
`(("pkg-config" ,pkg-config)
|
|
||||||
("python" ,python-2)))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("gst-plugins-base" ,gst-plugins-base)
|
|
||||||
("python-pygobject" ,python2-pygobject)))))
|
|
||||||
|
|
||||||
(define-public gst123
|
(define-public gst123
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue