SDL_image: Enable building on Darwin

This commit is contained in:
Spencer Whitt 2015-03-05 15:56:41 -05:00
parent 1cef6dc89a
commit b5099669ac

View File

@ -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;
};
}