From 276144a99fb387dc53a90270bc897728960d80cf Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 29 Sep 2020 23:25:08 +0200 Subject: gnu: escpr: Install PPDs where CUPS can find them. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cups.scm (escpr)[arguments]: Fix ‘--with-cupsppddir=’. --- gnu/packages/cups.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/cups.scm') diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 281c2718e8..0626468d02 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -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 -- cgit v1.2.3