mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
assaultcube: add missing inputs for sdl2-compat, unbreak
This commit is contained in:
parent
61f968627e
commit
11425c6e25
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
libvorbis,
|
libvorbis,
|
||||||
SDL2,
|
SDL2,
|
||||||
SDL2_image,
|
SDL2_image,
|
||||||
|
libGL,
|
||||||
|
libX11,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
zlib,
|
zlib,
|
||||||
file,
|
file,
|
||||||
|
@ -43,6 +45,8 @@ stdenv.mkDerivation rec {
|
||||||
openal
|
openal
|
||||||
SDL2
|
SDL2
|
||||||
SDL2_image
|
SDL2_image
|
||||||
|
libGL
|
||||||
|
libX11
|
||||||
libogg
|
libogg
|
||||||
libvorbis
|
libvorbis
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue