Unverified Commit d8569354 authored by Theodore Ni's avatar Theodore Ni
Browse files

python3.pkgs.awkward-cpp: depend on top-level cmake

Since this project uses scikit-build-core and does not declare its own
build dependency on the cmake PyPI module, it can depend on the tool by
itself.
parent 068068ff
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -899,7 +899,9 @@ self: super: with self; {

  awkward = callPackage ../development/python-modules/awkward { };

  awkward-cpp = callPackage ../development/python-modules/awkward-cpp { };
  awkward-cpp = callPackage ../development/python-modules/awkward-cpp {
    inherit (pkgs) cmake;
  };

  aws-adfs = callPackage ../development/python-modules/aws-adfs { };