tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
webkitgtk: Few last missing 'dev' references
Tuomas Tynkkynen
9 years ago
7c1607ae
fd4b3dcc
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
webkitgtk
2.10.nix
2.12.nix
+1
-1
pkgs/development/libraries/webkitgtk/2.10.nix
···
59
59
60
60
# XXX: WebKit2 missing include path for gst-plugins-base.
61
61
# Filled: https://bugs.webkit.org/show_bug.cgi?id=148894
62
62
-
NIX_CFLAGS_COMPILE = "-I${gst-plugins-base}/include/gstreamer-1.0";
62
62
+
NIX_CFLAGS_COMPILE = "-I${gst-plugins-base.dev}/include/gstreamer-1.0";
63
63
64
64
nativeBuildInputs = [
65
65
cmake perl python ruby bison gperf sqlite
+1
-1
pkgs/development/libraries/webkitgtk/2.12.nix
···
35
35
36
36
# XXX: WebKit2 missing include path for gst-plugins-base.
37
37
# Filled: https://bugs.webkit.org/show_bug.cgi?id=148894
38
38
-
NIX_CFLAGS_COMPILE = "-I${gst-plugins-base}/include/gstreamer-1.0";
38
38
+
NIX_CFLAGS_COMPILE = "-I${gst-plugins-base.dev}/include/gstreamer-1.0";
39
39
40
40
nativeBuildInputs = [
41
41
cmake perl python ruby bison gperf sqlite