guix-commits
[Top][All Lists]
Advanced

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

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


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: cups-filters: Remove duplicate ‘--with-gs-path=’ flag.
Date: Sat, 29 Oct 2016 23:16:31 +0000 (UTC)

nckx pushed a commit to branch core-updates
in repository guix.

commit f4fe6c991cbac609be327ad8ed793c5b1b91aac8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 30 01:15:17 2016 +0200

    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.
---
 gnu/packages/cups.scm |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 2b70bff..75f5d8e 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -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="



reply via email to

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