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