Skip to content

Commit

Permalink
geant4: use xorg.* packages directly instead of xlibsWrapper indirect…
Browse files Browse the repository at this point in the history
…ion (#203570)

Validated as no change in `out` output with `diffoscope`.
  • Loading branch information
trofi authored Nov 29, 2022
1 parent a2072d1 commit 8001336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/physics/geant4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# For enableQt, enableXM, enableOpenGLX11, enableRaytracerX11.
, libGLU, libGL
, xlibsWrapper
, libXext
, libXmu

# For enablePython
Expand Down Expand Up @@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
];
dontWrapQtApps = true; # no binaries

buildInputs = [ libGLU xlibsWrapper libXmu ]
buildInputs = [ libGLU libXext libXmu ]
++ lib.optionals enableInventor [ libXpm coin3d soxt motif ]
++ lib.optionals enablePython [ boost_python python3 ];

Expand Down

0 comments on commit 8001336

Please sign in to comment.