11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-R5sj8AN7UT9OIeUPNrdTIUQvtEitXp1A32l/Z2qRS94=";
28 buildInputs = [ imagemagick ];
30 passthru.updateScript = nix-update-script { };
33 description = "Image viewer and converter, designed for prepress (print) work";
34 homepage = "https://github.com/rodlie/cyan";
36 license = licenses.cecill21;
37 platforms = platforms.linux;
38 maintainers = with maintainers; [ zendo ];