6 , gobject-introspection
11 python3.pkgs.buildPythonApplication rec {
12 pname = "bookletimposer";
15 src = fetchFromGitLab {
16 domain = "git.codecoop.org";
18 repo = "bookletimposer";
20 sha256 = "sha256-AEpvsFBJfyqLucC0l4AN/nA2+aYBR50BEgAcNDJBSqg=";
28 nativeBuildInputs = [ intltool pandoc wrapGAppsHook ];
30 buildInputs = [ gobject-introspection ];
32 propagatedBuildInputs = [
34 (python3.withPackages (ps: with ps; [ distutils_extra pypdf2 pygobject3 ]))
38 homepage = "https://kjo.herbesfolles.org/bookletimposer/";
39 description = "A utility to achieve some basic imposition on PDF documents, especially designed to work on booklets";
40 platforms = lib.platforms.linux;
41 license = "GPL-3.0-or-later";
42 maintainers = with lib.maintainers; [ afontain ];