guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Liliana Marie Prikler
Subject: [bug#54744] [PATCH staging v2 01/20] gnu: python-gst: Add upstream-name.
Date: Sun, 26 Jun 2022 19:17:24 +0200

* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
---
 gnu/packages/gstreamer.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]