Skip to content

Commit

Permalink
npsim: add transient dependencies for opencascade-occt (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Dec 19, 2024
1 parent cd7932f commit 7f45e4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/npsim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
, geant4
, opencascade-occt
, spdlog
, tcl
, tk
, fontconfig
, libX11
, libGL
Expand Down Expand Up @@ -34,6 +36,8 @@ stdenv.mkDerivation rec {
dd4hep
opencascade-occt
spdlog
tcl # needed for opencascade-occt on linux
tk # needed for opencascade-occt on linux
] ++ lib.optional stdenv.isLinux [
(lib.getLib fontconfig)
libX11
Expand Down

0 comments on commit 7f45e4a

Please sign in to comment.