guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: escpr: Install PPDs where CUPS can find them.


From: guix-commits
Subject: 01/02: gnu: escpr: Install PPDs where CUPS can find them.
Date: Tue, 29 Sep 2020 17:32:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 276144a99fb387dc53a90270bc897728960d80cf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 29 23:25:08 2020 +0200

    gnu: escpr: Install PPDs where CUPS can find them.
    
    * gnu/packages/cups.scm (escpr)[arguments]: Fix ‘--with-cupsppddir=’.
---
 gnu/packages/cups.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 281c271..0626468 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]