1 { lib, fetchFromGitHub, mkDerivation
2 , cmake, libjpeg, libpng, libtiff, boost
6 pname = "scantailor-advanced";
9 src = fetchFromGitHub {
11 repo = "scantailor-advanced";
13 sha256 = "sha256-mvoCoYdRTgXW5t8yd9Y9TOl7D3RDVwcjUv2YDUWrtRI=";
16 nativeBuildInputs = [ cmake qttools ];
17 buildInputs = [ libjpeg libpng libtiff boost qtbase ];
20 homepage = "https://github.com/vigri/scantailor-advanced";
21 description = "Interactive post-processing tool for scanned pages (vigri's fork)";
22 mainProgram = "scantailor";
23 license = licenses.gpl3Plus;
25 platforms = with platforms; gnu ++ linux ++ darwin;