refactor(printing): switch from cups to busybox-lpr
This commit is contained in:
parent
085b7ba3e8
commit
a0271009b2
@ -23,7 +23,9 @@ let
|
||||
prev.dockerTools.binSh findutils coreutils
|
||||
iana-etc
|
||||
# for PDF creation with Pandoc and LuaTeX
|
||||
cups # needed for interface with print center
|
||||
#cups # needed for interface with print center -- did not work as intended, requires lpd running
|
||||
busybox # should provide a working lpr -- to be tested
|
||||
pdftk # for encrypting pdfs
|
||||
#texlive.combined.scheme-medium # too large for container in LMU build environment.
|
||||
(texlive.combine {
|
||||
inherit (texlive) scheme-basic
|
||||
|
||||
@ -72,10 +72,10 @@ in pkgs.mkShell {
|
||||
name = "uni2work";
|
||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
||||
++ (with pkgs;
|
||||
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
|
||||
#pdftk just for testing pdf-passwords
|
||||
pdftk
|
||||
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
|
||||
gup skopeo
|
||||
busybox # for print services
|
||||
pdftk #pdftk just for testing pdf-passwords
|
||||
#texlive.combined.scheme-full # works
|
||||
#texlive.combined.scheme-medium
|
||||
# texlive.combined.scheme-small
|
||||
|
||||
Loading…
Reference in New Issue
Block a user