diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-06-26 19:17:24 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-28 20:30:42 +0200 |
commit | f3a5841559ad6c378ceb69a4130d3ba7fa763e13 (patch) | |
tree | b7e84f20a4882e15747c1818fc4c733c2750479f /gnu/packages | |
parent | 0b770c2da499c3fe42336f3e3acad9582f594352 (diff) | |
download | guix-f3a5841559ad6c378ceb69a4130d3ba7fa763e13.tar.gz guix-f3a5841559ad6c378ceb69a4130d3ba7fa763e13.zip |
gnu: python-gst: Add upstream-name.
* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gstreamer.scm | 3 |
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 |