16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-8qqB6oKmbz95dNLtdLvb69cEj/P7TzdoKEyJ8+4ITzs=";
29 # https://github.com/autotrace/autotrace/pull/105
30 name = "imagemagick7-support.patch";
31 url = "https://github.com/autotrace/autotrace/compare/170488e1871d50aad7a800b901e33ded7d31773a...c26a2a059926c595a00839c8d9961e9381206579.patch";
32 hash = "sha256-Q82LRF/BsJ/Ii2s+7yaYHs9agMKYVYIMnbwqz8P92s0=";
48 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
49 darwin.apple_sdk.frameworks.Foundation
53 homepage = "https://github.com/autotrace/autotrace";
54 description = "Utility for converting bitmap into vector graphics";
55 platforms = platforms.unix;
56 maintainers = with maintainers; [ hodapp ];
57 license = licenses.gpl2;
58 mainProgram = "autotrace";