Skip to content

Commit

Permalink
webkitgtk214x: reenable needed fix
Browse files Browse the repository at this point in the history
was disabled for testing but somehow made it into my pr.

From #19081.

(cherry picked from commit 733c706)
  • Loading branch information
groxxda authored and grahamc committed Oct 27, 2016
1 parent 06eba19 commit 1201559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/webkitgtk/2.14.nix
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {

# XXX: WebKit2 missing include path for gst-plugins-base.
# Filled: https://bugs.webkit.org/show_bug.cgi?id=148894
#NIX_CFLAGS_COMPILE = "-I${gst-plugins-base.dev}/include/gstreamer-1.0";
NIX_CFLAGS_COMPILE = "-I${gst-plugins-base.dev}/include/gstreamer-1.0";

nativeBuildInputs = [
cmake perl python ruby bison gperf sqlite
Expand Down

0 comments on commit 1201559

Please sign in to comment.