Unverified Commit 4e5373fa authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

love_0_10: add missing xorg.libX11 depend (#396117)

parents a832ea38 c4ccaa61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
  autoconf,
  automake,
  libtool,
  xorg,
}:

stdenv.mkDerivation rec {
@@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
  ];
  buildInputs = [
    SDL2
    xorg.libX11 # SDl2 optional depend, for SDL_syswm.h
    libGLU
    libGL
    openal