Unverified Commit d4513827 authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

openloco: add xorg.libX11 to build input (#400145)

parents caa56ae1 5f70f865
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 = {