7 , gobject-introspection
10 , withGstreamer ? stdenv.isLinux
11 , withVLC ? stdenv.isLinux
14 python3Packages.buildPythonApplication rec {
21 hash = "sha256-3cnCHGoKUX0gTzIx1khM+br6x9+g9WXh28SLhm99eN4=";
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 license = licenses.gpl2Plus;
46 homepage = "https://cimbali.github.io/pympress/";
47 maintainers = [ maintainers.tbenst ];