gnu: python-gst: Add upstream-name.

* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
This commit is contained in:
Liliana Marie Prikler 2022-06-26 19:17:24 +02:00
parent 0b770c2da4
commit f3a5841559
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1090,7 +1090,8 @@ (define-public python-gst
(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 `((upstream-name . "gst-python")))))
(define-public gst123 (define-public gst123
(package (package