21 buildPythonPackage rec {
22 pname = "paperwork-shell";
23 inherit (import ./src.nix { inherit fetchFromGitLab; }) version src;
26 sourceRoot = "${src.name}/paperwork-shell";
28 # Python 2.x is not supported.
29 disabled = !isPy3k && !isPyPy;
33 patchShebangs ../tools
35 propagatedBuildInputs = [
60 export HOME=$(mktemp -d)
61 "$out/bin/paperwork-cli" chkdeps
65 description = "CLI for Paperwork";
66 homepage = "https://openpaper.work/";
67 license = lib.licenses.gpl3Plus;
68 maintainers = with lib.maintainers; [ aszlig symphorien ];