Unverified Commit 068068ff authored by Theodore Ni's avatar Theodore Ni
Browse files

python3.pkgs.scikit-build-core: depend on top-level cmake

parent c81c467d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -11361,7 +11361,9 @@ self: super: with self; {

  scikit-build = callPackage ../development/python-modules/scikit-build { };

  scikit-build-core = callPackage ../development/python-modules/scikit-build-core { };
  scikit-build-core = callPackage ../development/python-modules/scikit-build-core {
    inherit (pkgs) cmake;
  };

  scikit-fmm = callPackage ../development/python-modules/scikit-fmm { };