summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-06-26 19:17:24 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-07-28 20:30:42 +0200
commitf3a5841559ad6c378ceb69a4130d3ba7fa763e13 (patch)
treeb7e84f20a4882e15747c1818fc4c733c2750479f /gnu/packages/gstreamer.scm
parent0b770c2da499c3fe42336f3e3acad9582f594352 (diff)
gnu: python-gst: Add upstream-name.
* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm3
1 files changed, 2 insertions, 1 deletions
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