7 stdenv.mkDerivation rec {
12 url = "mirror://sourceforge/apng2gif/apng2gif-${version}-src.zip";
14 hash = "sha256-qX8gmE0Lu2p15kL0y6cmX/bI0uk5Ehfi8ygt07BbgmU=";
26 makeFlags = [ "CC=${stdenv.cc.targetPrefix}c++" ];
30 install -Dm755 apng2gif $out/bin/apng2gif
35 homepage = "https://apng2gif.sourceforge.net/";
36 description = "Simple program that converts APNG files to animated GIF format";
37 license = licenses.zlib;
38 maintainers = with maintainers; [ fgaz ];
39 platforms = platforms.all;