mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
gravit: enable PNG support
This commit is contained in:
parent
babbfd4d2c
commit
ab3b1a5aa9
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, mesa, lua5, automake, autoconf }:
|
||||
{ stdenv, fetchurl, SDL, SDL_ttf, SDL_image, mesa, libpng, lua5, automake, autoconf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gravit-0.5.0";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0lyw0skrkb04s16vgz7ggswjrdxk1h23v5s85s09gjxzjp1xd3xp";
|
||||
};
|
||||
|
||||
buildInputs = [mesa SDL SDL_ttf SDL_image lua5 automake autoconf];
|
||||
buildInputs = [mesa SDL SDL_ttf SDL_image lua5 automake autoconf libpng];
|
||||
|
||||
preConfigure = "sh autogen.sh";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user