Skip to content

Commit

Permalink
freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed May 26, 2024
1 parent c74f0e2 commit 0632397
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 @@ -137,14 +137,14 @@ final: prev: with final; {
"-Dunuran=ON" # for sartre
"-Droot7=ON" "-Dwebgui=ON" "-Dbuiltin_openui5=ON" # ROOT::ROOTGeomViewer for dd4hep
"-Dcocoa=OFF"
"-Dx11=OFF"
] ++ final.lib.optionals final.stdenv.isDarwin [
# https://github.com/AIDASoft/podio/issues/367
"-Dimt=OFF"
];
NIX_LDFLAGS = lib.optionalString (!stdenv.isDarwin) "--version-script,${./pkgs/root/version.map}";
preConfigure = builtins.replaceStrings [ "rm -rf builtins/*" ] [ "" ] prev.preConfigure;
buildInputs = prev.buildInputs ++ [
freetype
openssl
pythia6
] ++ final.lib.optionals (stdenv.system == "x86_64-darwin") [
Expand Down

0 comments on commit 0632397

Please sign in to comment.