12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
19 rev = "581b3fad60382bdd36356155112559f731e31be3";
20 hash = "sha256-PcvZ6v8vcZcrSn9EJ0CqxYz9gOJXlcVIkLLzFik0Pec=";
23 nativeBuildInputs = lib.optionals stdenv.cc.isClang [
35 install -Dm644 NEWS README REMARKS TODO -t $out/share/doc/${pname}
39 homepage = "https://github.com/log69/aaphoto";
40 description = "Free and open source automatic photo adjusting software";
42 Auto Adjust Photo tries to give a solution for the automatic color
43 correction of photos. This means setting the contrast, color balance,
44 saturation and gamma levels of the image by analization.
46 This can be a solution for those kind of users who are not able to manage
47 and correct images with complicated graphical softwares, or just simply
48 don't intend to spend a lot of time with manually correcting the images
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [ AndersonTorres ];
53 platforms = platforms.unix;
54 mainProgram = "aaphoto";