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

commit 3ff6c817e93f4cc246fa5cdcf3c8b8e3ead0f1ba
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
 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