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

commit 11065627a8727349cf8a2082e8367403ffb63d2b
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