me
/
guix
Archived
1
0
Fork 0

gnu: python-gst: Add upstream-name.

* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -1090,7 +1090,8 @@ given, also pass them to the build system instead of the ones used by PKG."
(description
"This package contains GObject Introspection overrides for Python that can
be used by Python applications using GStreamer.")
(license license:lgpl2.1+)))
(license license:lgpl2.1+)
(properties `((upstream-name . "gst-python")))))
(define-public gst123
(package