SDL: try disabling sdltest on darwin

This commit is contained in:
Matthew Bauer
2017-11-10 19:22:15 -06:00
parent cd722e1678
commit e19434b402
5 changed files with 11 additions and 2 deletions
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
})
];
configureFlags = stdenv.lib.optional stdenv.isDarwin "--disable-sdltest";
buildInputs = [ SDL libpng libjpeg libtiff libungif libXpm ];
meta = with stdenv.lib; {