1 { lib, fetchFromGitHub, python3, imagemagick }:
5 buildPythonApplication rec {
9 src = fetchFromGitHub {
13 sha256 = "0xhrvg3d8ffnbbizsrfppcd2y98znvkgxjdmvbvin458m2rwccka";
16 propagatedBuildInputs = [ numpy scipy imagemagick pillow ];
19 description = "Convert scans of handwritten notes to beautiful, compact PDFs";
20 homepage = "https://mzucker.github.io/2016/09/20/noteshrink.html";
21 license = licenses.mit;
22 maintainers = with maintainers; [ rnhmjoj ];
23 mainProgram = "noteshrink";