sxiv: use giflib 5.0

https://github.com/muennich/sxiv/issues/180
This commit is contained in:
Mateusz Kowalczyk 2014-10-22 18:41:56 +01:00
parent a07b54ec38
commit 7f7233b61d
2 changed files with 4 additions and 1 deletions

View file

@ -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 ];
};
}

View file

@ -10278,7 +10278,9 @@ let
})
);
sxiv = callPackage ../applications/graphics/sxiv { };
sxiv = callPackage ../applications/graphics/sxiv {
giflib = giflib_5_0;
};
bittorrentSync = callPackage ../applications/networking/bittorrentsync { };