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-11-23 19:22:19 +01:00
parent 8c24e6eb99
commit 0f8801c893
+1 -1
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;
};