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
|
, bullet
|
||||||
, glm
|
, glm
|
||||||
, libmad
|
, libmad
|
||||||
, xlibsWrapper
|
|
||||||
, openal
|
, openal
|
||||||
, SDL2
|
, SDL2
|
||||||
, boost
|
, boost
|
||||||
|
@ -36,7 +35,7 @@ stdenv.mkDerivation {
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildInputs = [
|
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 ];
|
] ++ lib.optionals stdenv.isDarwin [ OpenAL Cocoa ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue