gnu: cups-filters: Remove duplicate ‘--with-gs-path=’ flag.

* gnu/packages/cups.scm (cups-filters)[arguments]: Remove redundant
‘--with-gs-path=’ from #:configure-flags, left over from a botched merge.
This commit is contained in:
Tobias Geerinckx-Rice 2016-10-30 01:15:17 +02:00
parent 4ab016e0ab
commit f4fe6c991c
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -85,10 +85,7 @@ (define-public cups-filters
(arguments
`(#:make-flags (list (string-append "PREFIX=" %output))
#:configure-flags
`(,(string-append "--with-gs-path="
(assoc-ref %build-inputs "ghostscript")
"/bin")
,(string-append "--with-test-font-path="
`(,(string-append "--with-test-font-path="
(assoc-ref %build-inputs "font-dejavu")
"/share/fonts/truetype/DejaVuSans.ttf")
,(string-append "--with-gs-path="