beamerpresenter-poppler: init at 0.2.2
This commit is contained in:
parent
4b24143bf5
commit
83a5f62886
@ -4796,7 +4796,17 @@ with pkgs;
|
|||||||
|
|
||||||
bdsync = callPackage ../tools/backup/bdsync { };
|
bdsync = callPackage ../tools/backup/bdsync { };
|
||||||
|
|
||||||
beamerpresenter = qt6Packages.callPackage ../applications/office/beamerpresenter { };
|
beamerpresenter = beamerpresenter-mupdf;
|
||||||
|
|
||||||
|
beamerpresenter-mupdf = qt6Packages.callPackage ../applications/office/beamerpresenter {
|
||||||
|
useMupdf = true;
|
||||||
|
usePoppler = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
beamerpresenter-poppler = qt6Packages.callPackage ../applications/office/beamerpresenter {
|
||||||
|
useMupdf = false;
|
||||||
|
usePoppler = true;
|
||||||
|
};
|
||||||
|
|
||||||
beanstalkd = callPackage ../servers/beanstalkd { };
|
beanstalkd = callPackage ../servers/beanstalkd { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user