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
|
prev.dockerTools.binSh findutils coreutils
|
||||||
iana-etc
|
iana-etc
|
||||||
# for PDF creation with Pandoc and LuaTeX
|
# 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.combined.scheme-medium # too large for container in LMU build environment.
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive) scheme-basic
|
inherit (texlive) scheme-basic
|
||||||
|
|||||||
@ -72,10 +72,10 @@ in pkgs.mkShell {
|
|||||||
name = "uni2work";
|
name = "uni2work";
|
||||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
||||||
++ (with pkgs;
|
++ (with pkgs;
|
||||||
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
|
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
|
||||||
#pdftk just for testing pdf-passwords
|
|
||||||
pdftk
|
|
||||||
gup skopeo
|
gup skopeo
|
||||||
|
busybox # for print services
|
||||||
|
pdftk #pdftk just for testing pdf-passwords
|
||||||
#texlive.combined.scheme-full # works
|
#texlive.combined.scheme-full # works
|
||||||
#texlive.combined.scheme-medium
|
#texlive.combined.scheme-medium
|
||||||
# texlive.combined.scheme-small
|
# texlive.combined.scheme-small
|
||||||
|
|||||||
Reference in New Issue
Block a user