gnu: escpr: Install PPDs where CUPS can find them.
* gnu/packages/cups.scm (escpr)[arguments]: Fix ‘--with-cupsppddir=’.master
parent
d94be771fc
commit
276144a99f
|
@ -771,7 +771,7 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
|||
,(string-append "--with-cupsfilterdir="
|
||||
(assoc-ref %outputs "out") "/lib/cups/filter")
|
||||
,(string-append "--with-cupsppddir="
|
||||
(assoc-ref %outputs "out") "/share/ppd"))))
|
||||
(assoc-ref %outputs "out") "/share/cups/model"))))
|
||||
(inputs `(("cups" ,cups-minimal)))
|
||||
(synopsis "ESC/P-R printer driver")
|
||||
(description
|
||||
|
|
Reference in New Issue