5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
10 owner = "mateoconlechuga";
13 sha256 = "sha256-mXwgTltYSBgBm2z1gDRCFqJbRoEuDbQAIoDlr2Kjmi0=";
14 fetchSubmodules = true;
17 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
29 install -Dm755 bin/convimg $out/bin/convimg
33 description = "Image palette quantization";
35 This program is used to convert images to other formats,
36 specifically for the TI84+CE and related calculators.
38 homepage = "https://github.com/mateoconlechuga/convimg";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ luc65r ];
41 platforms = platforms.linux;