Update pkgs/development/libraries/SDL_gfx/default.nix

Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
Sergei Trofimovich 2023-01-16 23:33:56 +00:00 committed by GitHub
parent 3f0acfdab3
commit 5b93a22d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw"; sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw";
}; };
# SDL_gfx.pc refers to sdl.pc and some SDL_gfx headers import SDL.h
propagatedBuildInputs = [ SDL ]; propagatedBuildInputs = [ SDL ];
buildInputs = [ SDL ] ; buildInputs = [ SDL ] ;