openrw: use xorg.* packages directly instead of xlibsWrapper indirection
Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
parent
4eb6161eee
commit
4cef88b852
1 changed files with 1 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue