summaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-09-21 23:50:19 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-09-24 00:37:39 -0400
commit035df987f11cb64d99257f42932a155ebceac685 (patch)
treef0fb085897b9bd6f0b04813e8e631f503b153f03 /gnu/packages/spice.scm
parentcd4bb173e041fa961b05fb101f214d506182db84 (diff)
downloadguix-patches-035df987f11cb64d99257f42932a155ebceac685.tar
guix-patches-035df987f11cb64d99257f42932a155ebceac685.tar.gz
gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.
Do not propagate plugins that are known to be patent encumbered out of the box, so the user has a choice. * gnu/packages/spice.scm (spice-gtk)[propagated-inputs]: Remove gst-libav, gst-plugins-bad and gst-plugins-ugly. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r--gnu/packages/spice.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 4aff8dbf56..4b4c673a9d 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -144,11 +144,8 @@ which allows users to view a desktop computing environment.")
(build-system gnu-build-system)
(propagated-inputs
`(("gstreamer" ,gstreamer)
- ("gst-libav" ,gst-libav)
("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-good" ,gst-plugins-good)
- ("gst-plugins-bad" ,gst-plugins-bad)
- ("gst-plugins-ugly" ,gst-plugins-ugly)
("spice-protocol" ,spice-protocol)
;; These are required by the pkg-config files.