12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-0bHm3jawYgcIeF2COALWlypX7kvPw1hifB/W+TKcC4M=";
37 description = "A simple library for loading/saving images and animations, written in C";
38 homepage = "https://github.com/bcampbell/impy";
39 license = licenses.gpl3;
40 maintainers = with maintainers; [ fgaz ];
41 platforms = platforms.all;