openloco: add xorg.libX11 to build input (#400145)
This commit is contained in:
commit
d45138272a
@ -11,6 +11,7 @@
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
yaml-cpp,
|
yaml-cpp,
|
||||||
fmt,
|
fmt,
|
||||||
|
xorg,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
sfl-src = fetchFromGitHub {
|
sfl-src = fetchFromGitHub {
|
||||||
@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
openal
|
openal
|
||||||
yaml-cpp
|
yaml-cpp
|
||||||
fmt
|
fmt
|
||||||
|
xorg.libX11
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user