We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 35efbed commit bb91678Copy full SHA for bb91678
pkgs/development/libraries/qt-5/modules/qtwebkit.nix
@@ -27,7 +27,7 @@ qtModule {
27
++ optional (stdenv.isDarwin && lib.versionAtLeast qtbase.version "5.9.0") qtmultimedia
28
++ optional (lib.versionAtLeast qtbase.version "5.11.0") qtwebchannel;
29
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 ])
+ ++ optionals (stdenv.isDarwin) (with darwin.apple_sdk.frameworks; [ OpenGL ])
31
++ optionals (lib.versionAtLeast qtbase.version "5.11.0") [ hyphen ];
32
nativeBuildInputs = [
33
bison2 flex gdb gperf perl pkgconfig python2 ruby
0 commit comments