~ruther/guix-local

f4fe6c991cbac609be327ad8ed793c5b1b91aac8 — Tobias Geerinckx-Rice 9 years ago 4ab016e
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.
1 files changed, 1 insertions(+), 4 deletions(-)

M gnu/packages/cups.scm
M gnu/packages/cups.scm => gnu/packages/cups.scm +1 -4
@@ 85,10 85,7 @@
    (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="