Update pkgs/development/libraries/SDL_gfx/default.nix
Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
parent
3f0acfdab3
commit
5b93a22d90
1 changed files with 1 additions and 0 deletions
|
@ -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 ] ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue