Merge pull request #104687 from Luflosi/nextpnr-unpin-qt-version

nextpnr: unpin Qt version
This commit is contained in:
Dmitry Kalinkin 2020-11-24 13:32:26 -05:00 committed by GitHub
commit b70bbd9319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9774,7 +9774,7 @@ in
neko = callPackage ../development/compilers/neko { };
nextpnr = libsForQt514.callPackage ../development/compilers/nextpnr {
nextpnr = libsForQt5.callPackage ../development/compilers/nextpnr {
inherit (darwin.apple_sdk.frameworks) OpenGL;
};