Skip to content

Commit

Permalink
npdet: workaround to fix macOS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Nov 14, 2023
1 parent fd12dc1 commit 3991884
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 3991884

Please sign in to comment.