SDL_image: Enable building on Darwin

This commit is contained in:
Spencer Whitt
2015-03-26 11:15:02 -04:00
parent 1cef6dc89a
commit b5099669ac
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "SDL image library";
homepage = http://www.libsdl.org/projects/SDL_image/;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}