mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
SDL2,
|
||||
SDL2_image,
|
||||
libGL,
|
||||
libX11,
|
||||
makeWrapper,
|
||||
zlib,
|
||||
file,
|
||||
|
@ -43,6 +45,8 @@ stdenv.mkDerivation rec {
|
|||
openal
|
||||
SDL2
|
||||
SDL2_image
|
||||
libGL
|
||||
libX11
|
||||
libogg
|
||||
libvorbis
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue