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