guix-commits
[Top][All Lists]
Advanced

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

01/20: gnu: python-gst: Add upstream-name.


From: guix-commits
Subject: 01/20: gnu: python-gst: Add upstream-name.
Date: Sun, 31 Jul 2022 06:18:45 -0400 (EDT)

lilyp pushed a commit to branch staging
in repository guix.

commit f3a5841559ad6c378ceb69a4130d3ba7fa763e13
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 26 19:17:24 2022 +0200

    gnu: python-gst: Add upstream-name.
    
    * 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 a1503602ad..0a7450e490 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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



reply via email to

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