parent
b1a351fb73
commit
96745f0228
|
@ -14623,9 +14623,9 @@ in
|
|||
|
||||
libsForQt514 = recurseIntoAttrs (lib.makeScope qt514.newScope mkLibsForQt5);
|
||||
|
||||
# TODO bump to 5.12 on darwin once it's not broken
|
||||
qt5 = qt514;
|
||||
libsForQt5 = libsForQt514;
|
||||
# TODO bump to 5.14 on darwin once it's not broken; see #95199
|
||||
qt5 = if stdenv.hostPlatform.isDarwin then qt512 else qt514;
|
||||
libsForQt5 = if stdenv.hostPlatform.isDarwin then libsForQt512 else libsForQt514;
|
||||
|
||||
qt5ct = libsForQt5.callPackage ../tools/misc/qt5ct { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue