Merge staging-next-21.05 into staging-21.05

This commit is contained in:
github-actions[bot]
2021-08-08 00:03:44 +00:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
];
preConfigure = "autoreconf -i -f";
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ SDL pango ];