Commit 5f70f865 authored by Robin Appelman's avatar Robin Appelman
Browse files

openloco: add xorg.libX11 to build input

Fixes #399794
parent 7f76f398
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  pkg-config,
  yaml-cpp,
  fmt,
  xorg,
}:
let
  sfl-src = fetchFromGitHub {
@@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
    openal
    yaml-cpp
    fmt
    xorg.libX11
  ];

  meta = {