libfive: use qt5

This commit is contained in:
Wulfsta
2024-06-08 13:18:21 -04:00
parent 140fef3ae7
commit 35ef9a9ac4
+2 -1
View File
@@ -22193,7 +22193,8 @@ with pkgs;
libfabric = callPackage ../development/libraries/libfabric { };
libfive = qt6Packages.callPackage ../development/libraries/libfive {
libfive = libsForQt5.callPackage ../development/libraries/libfive {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
python = python3;
};