Merge pull request #317321 from Wulfsta/libfive-qt5

libfive: use qt5
This commit is contained in:
Nick Cao 2024-06-09 10:13:21 -04:00 committed by GitHub
commit 052f472653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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