guix-commits
[Top][All Lists]
Advanced

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

256/265: gnu: gst-plugins-bad: Enable wpewebkit support.


From: guix-commits
Subject: 256/265: gnu: gst-plugins-bad: Enable wpewebkit support.
Date: Wed, 19 Aug 2020 13:09:51 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit c01351c4d574086f9d9237fc3f674b72d3e36f3d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 06:12:34 2020 -0400

    gnu: gst-plugins-bad: Enable wpewebkit support.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad) [inputs]: Add wpewebkit.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2534fc4..9186962 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -864,7 +864,7 @@ model to base your own plug-in on, here it is.")
        ("webrtcdsp" ,webrtc-audio-processing)
        ("wildmidi" ,wildmidi)
        ("wpebackend-fdo" ,wpebackend-fdo)
-       ;;("wpewebkit" ,wpewebkit)
+       ("wpewebkit" ,wpewebkit)
        ("zbar" ,zbar)
        ("zxing" ,zxing-cpp)))
     (propagated-inputs



reply via email to

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