qt5: use https, tiny cleanup

This commit is contained in:
Jan Malakhovski 2018-11-07 09:07:45 +00:00
parent f623f8c51e
commit c0a4e46714
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ let
qtCompatVersion = "5.11";
mirror = "http://download.qt.io";
mirror = "https://download.qt.io";
srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; } // {
# Community port of the now unmaintained upstream qtwebkit.
qtwebkit = {

View File

@ -18,7 +18,7 @@
withGtk3 ? false, dconf ? null, gtk3 ? null,
# options
libGLSupported ? (!stdenv.isDarwin),
libGLSupported ? !stdenv.isDarwin,
libGL,
buildExamples ? false,
buildTests ? false,