Merge pull request #211150 from trofi/SDL_gfx-propagate-SDL

SDL_gfx: propagate SDL to -dev outputs
This commit is contained in:
Sergei Trofimovich
2023-01-18 00:07:23 +00:00
committed by GitHub
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw";
};
# SDL_gfx.pc refers to sdl.pc and some SDL_gfx headers import SDL.h
propagatedBuildInputs = [ SDL ];
buildInputs = [ SDL ] ;
configureFlags = [ "--disable-mmx" ]