rigel-engine: add missing libX11
This commit is contained in:
parent
3c4a5b382f
commit
cff80e28e7
@ -3,6 +3,7 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
libX11,
|
||||
SDL2,
|
||||
SDL2_mixer,
|
||||
buildOpenGLES ? false,
|
||||
@ -25,6 +26,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libX11
|
||||
SDL2
|
||||
SDL2_mixer
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user