aranym: add missing libX11
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
autoreconfHook,
|
||||
fetchFromGitHub,
|
||||
libGLU,
|
||||
libX11,
|
||||
pkg-config,
|
||||
stdenv,
|
||||
}:
|
||||
@@ -26,6 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
libGLU
|
||||
libX11
|
||||
SDL2
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user