Skip to content

Commit

Permalink
enable imt
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 28, 2024
1 parent a043b5b commit 7331520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ final: prev: with final; {
"-Dpythia6=ON" # for fun4all
"-Dunuran=ON" # for sartre
"-Droot7=ON" "-Dwebgui=ON" "-Dbuiltin_openui5=ON" # ROOT::ROOTGeomViewer for dd4hep
] ++ final.lib.optionals final.stdenv.isDarwin [
] ++ final.lib.optionals (stdenv.system == "x86_64-darwin") [
# https://github.com/AIDASoft/podio/issues/367
"-Dimt=OFF"
];
Expand Down

0 comments on commit 7331520

Please sign in to comment.