Skip to content

Commit

Permalink
Merge pull request #103 from veprbl/pr/npdet_no_python_framework
Browse files Browse the repository at this point in the history
npdet: workaround to fix macOS CI build
  • Loading branch information
veprbl authored Nov 14, 2023
2 parents fd12dc1 + 3991884 commit d22a259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/npdet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ stdenv.mkDerivation rec {

cmakeFlags = [
"-DCMAKE_CXX_STANDARD=17" # match dd4hep
"-DPython_FIND_FRAMEWORK=NEVER" # fix for missing sandboxing on GitHub actions
];

meta = with lib; {
Expand Down

0 comments on commit d22a259

Please sign in to comment.