mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cataclysm-dda: add missing libX11
This commit is contained in:
parent
c50cd2ddb8
commit
aebf0e1e61
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
SDL2_image,
|
||||
SDL2_mixer,
|
||||
SDL2_ttf,
|
||||
libX11,
|
||||
freetype,
|
||||
zlib,
|
||||
debug,
|
||||
|
@ -31,6 +32,7 @@ let
|
|||
SDL2_image
|
||||
SDL2_mixer
|
||||
SDL2_ttf
|
||||
libX11
|
||||
freetype
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue