mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
libfive: use qt5
This commit is contained in:
parent
140fef3ae7
commit
35ef9a9ac4
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user