geant4: use xorg.* packages directly instead of xlibsWrapper indirection (#203570)
Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
parent
a2072d10e4
commit
8001336320
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
# For enableQt, enableXM, enableOpenGLX11, enableRaytracerX11.
|
||||
, libGLU, libGL
|
||||
, xlibsWrapper
|
||||
, libXext
|
||||
, libXmu
|
||||
|
||||
# For enablePython
|
||||
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue