mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
neverball: add missing libX11
This commit is contained in:
parent
3495def52e
commit
e9d153d175
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
libGL,
|
||||
libpng,
|
||||
libjpeg,
|
||||
libX11,
|
||||
SDL2_ttf,
|
||||
libvorbis,
|
||||
gettext,
|
||||
|
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
libjpeg
|
||||
SDL2_ttf
|
||||
libvorbis
|
||||
libX11
|
||||
gettext
|
||||
physfs
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue