mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
nextpnr: use qtbase-5.11 instead of 5.12
This fixes a bizarre regression in the NextPNR GUI that causes the background of the OpenGL floorplanning window to become 'transparent' on certain platforms, greatly limiting its utility. However, QT 5.11 seems to work just fine here. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
05fda1f94d
commit
ee3949d720
@ -7412,7 +7412,11 @@ in
|
||||
|
||||
neko = callPackage ../development/compilers/neko { };
|
||||
|
||||
nextpnr = libsForQt5.callPackage ../development/compilers/nextpnr { };
|
||||
nextpnr = libsForQt5.callPackage ../development/compilers/nextpnr {
|
||||
# QT 5.12 has a weird regression involving the floorplanning window having
|
||||
# a 'blank' or 'transparent' background, so fall back to 5.11 for now.
|
||||
qtbase = qt511.qtbase;
|
||||
};
|
||||
|
||||
nasm = callPackage ../development/compilers/nasm { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user