qt5: use https, tiny cleanup
This commit is contained in:
parent
f623f8c51e
commit
c0a4e46714
@ -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 = {
|
||||
|
@ -18,7 +18,7 @@
|
||||
withGtk3 ? false, dconf ? null, gtk3 ? null,
|
||||
|
||||
# options
|
||||
libGLSupported ? (!stdenv.isDarwin),
|
||||
libGLSupported ? !stdenv.isDarwin,
|
||||
libGL,
|
||||
buildExamples ? false,
|
||||
buildTests ? false,
|
||||
|
Loading…
Reference in New Issue
Block a user