diff mbox series

[bug#54744,staging,v2,01/20] gnu: python-gst: Add upstream-name.

Message ID 11dae4ef8e8fb7a5fe871c8580ed5f07f046d7e7.camel@gmail.com
State Accepted
Headers show
Series [bug#54744,staging,v2,01/20] gnu: python-gst: Add upstream-name. | expand

Commit Message

Liliana Marie Prikler June 26, 2022, 5:17 p.m. UTC
* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
---
 gnu/packages/gstreamer.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index dd537c9d10..653065237a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1086,7 +1086,8 @@  (define-public python-gst
     (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