diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-30 01:15:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-30 01:15:53 +0200 |
commit | f4fe6c991cbac609be327ad8ed793c5b1b91aac8 (patch) | |
tree | 016c289798e9457cd1b7ff7d50b4d2e260b2fbd0 /gnu/packages/cups.scm | |
parent | 4ab016e0ab9bfff2f108d1fc6f0ed3b0e1eff735 (diff) | |
download | patches-f4fe6c991cbac609be327ad8ed793c5b1b91aac8.tar patches-f4fe6c991cbac609be327ad8ed793c5b1b91aac8.tar.gz |
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.
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 2b70bff197..75f5d8ed77 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=" |