openrw: use xorg.* packages directly instead of xlibsWrapper indirection

Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich 2022-10-30 00:22:54 +01:00 committed by Bjørn Forsman
parent 4eb6161eee
commit 4cef88b852

View file

@ -8,7 +8,6 @@
, bullet
, glm
, libmad
, xlibsWrapper
, openal
, SDL2
, boost
@ -36,7 +35,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake ];
buildInputs = [
sfml libGLU libGL bullet glm libmad xlibsWrapper openal SDL2 boost ffmpeg
sfml libGLU libGL bullet glm libmad openal SDL2 boost ffmpeg
] ++ lib.optionals stdenv.isDarwin [ OpenAL Cocoa ];
meta = with lib; {