summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-03-15 07:46:38 -0400
committerAndrew Cady <d@jerkface.net>2018-03-15 07:48:26 -0400
commit511913f92b667e8d7ca2252ec23433bcda6c43ec (patch)
tree83eab1474ea9262c614b47b3c8fe82d4dcfc391e /package.yaml
parente4ad9a4b5512ed3a7779ae848f2c95df24ee46b8 (diff)
Two fixes
1. Avoid a race condition (PDF gets copied before CUPS fully writes it). 2. Work aaround PDFToPrinter.exe limitation (cannot render some text) by running PDFs through ImageMagick to rasterize them.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index 3dfc2f3..1af60b7 100644
--- a/package.yaml
+++ b/package.yaml
@@ -13,6 +13,8 @@ dependencies:
13- typed-process 13- typed-process
14- filepath 14- filepath
15- optparse-applicative 15- optparse-applicative
16- temporary
17- unix
16 18
17executables: 19executables:
18 pdf-autoprint: 20 pdf-autoprint: