Skip to content

Commit bb91678

Browse files
authoredDec 21, 2018
Revert "qt59.qtwebkit: fix build on Darwin"
1 parent 35efbed commit bb91678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/libraries/qt-5/modules/qtwebkit.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ qtModule {
2727
++ optional (stdenv.isDarwin && lib.versionAtLeast qtbase.version "5.9.0") qtmultimedia
2828
++ optional (lib.versionAtLeast qtbase.version "5.11.0") qtwebchannel;
2929
buildInputs = [ fontconfig libwebp libxml2 libxslt sqlite glib gst_all_1.gstreamer gst_all_1.gst-plugins-base ]
30-
++ optionals (stdenv.isDarwin) (with darwin; with apple_sdk.frameworks; [ cf-private OpenGL ])
30+
++ optionals (stdenv.isDarwin) (with darwin.apple_sdk.frameworks; [ OpenGL ])
3131
++ optionals (lib.versionAtLeast qtbase.version "5.11.0") [ hyphen ];
3232
nativeBuildInputs = [
3333
bison2 flex gdb gperf perl pkgconfig python2 ruby

0 commit comments

Comments
 (0)