sxiv: use giflib 5.0

https://github.com/muennich/sxiv/issues/180
This commit is contained in:
Mateusz Kowalczyk
2014-10-22 18:42:35 +01:00
parent a07b54ec38
commit 7f7233b61d
2 changed files with 4 additions and 1 deletions
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/muennich/sxiv";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
};
}