7 , gobject-introspection
10 , withGstreamer ? stdenv.isLinux
11 , withVLC ? stdenv.isLinux
14 python3Packages.buildPythonApplication rec {
21 hash = "sha256-Kb05EV0F8lTamTq7pC1UoOkYf04s58NjMksVE2xTC/Y=";
32 ] ++ lib.optional withGstreamer libcanberra-gtk3;
34 propagatedBuildInputs = with python3Packages; [
39 ] ++ lib.optional withVLC python-vlc;
41 doCheck = false; # there are no tests
44 description = "Simple yet powerful PDF reader designed for dual-screen presentations";
45 mainProgram = "pympress";
46 license = licenses.gpl2Plus;
47 homepage = "https://cimbali.github.io/pympress/";
48 maintainers = [ maintainers.tbenst ];