pympress: init at 1.4.0
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
bf218e6cbc
commit
6b9a6f29b7
48
pkgs/applications/office/pympress/default.nix
Normal file
48
pkgs/applications/office/pympress/default.nix
Normal file
@ -0,0 +1,48 @@
|
||||
{ lib
|
||||
, python3Packages
|
||||
, wrapGAppsHook
|
||||
, xvfb_run
|
||||
, gtk3
|
||||
, gobject-introspection
|
||||
, libcanberra-gtk3
|
||||
, dbus
|
||||
, poppler_gi
|
||||
, python3
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "pympress";
|
||||
version = "1.4.0";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "101wj6m931bj0ah6niw79i8ywb5zlb2783g7n7dmkhw6ay3jj4vq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
gobject-introspection
|
||||
libcanberra-gtk3
|
||||
poppler_gi
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
pycairo
|
||||
pygobject3
|
||||
python-vlc
|
||||
watchdog
|
||||
];
|
||||
|
||||
doCheck = false; # there are no tests
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple yet powerful PDF reader designed for dual-screen presentations";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "https://pympress.xyz/";
|
||||
maintainers = [ maintainers.tbenst ];
|
||||
};
|
||||
}
|
@ -5733,6 +5733,8 @@ in
|
||||
|
||||
pygmentex = callPackage ../tools/typesetting/pygmentex { };
|
||||
|
||||
pympress = callPackage ../applications/office/pympress { };
|
||||
|
||||
pythonIRClib = pythonPackages.pythonIRClib;
|
||||
|
||||
pythonSexy = pythonPackages.libsexy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user