qt59: fix qtCompatVersion
Qt 5.9 was incorrectly identified as being plugin-compatible with Qt 5.8.
This commit is contained in:
parent
298c3bdac0
commit
2ed4b6fad8
@ -31,7 +31,7 @@ with stdenv.lib;
|
||||
|
||||
let
|
||||
|
||||
qtCompatVersion = "5.8";
|
||||
qtCompatVersion = "5.9";
|
||||
|
||||
mirror = "http://download.qt.io";
|
||||
srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; };
|
||||
|
Loading…
Reference in New Issue
Block a user