nextpnr: unpin Qt version

The current version of nextpnr works fine with the latest QT version.
It was pinned to Qt 5.14 in 22167ae45f.
This commit is contained in:
Luflosi 2020-10-24 14:54:46 +02:00
parent 8c24e6eb99
commit 0f8801c893
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -9770,7 +9770,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;
};