On Sat, Oct 29, 2016 at 11:08:42PM +0000, Tobias Geerinckx-Rice wrote: Hi Tobias! > nckx pushed a commit to branch core-updates > in repository guix. > > commit 4ab016e0ab9bfff2f108d1fc6f0ed3b0e1eff735 > Author: Tobias Geerinckx-Rice > Date: Sun Oct 30 00:07:08 2016 +0200 > > gnu: cups-filters: Update to 1.11.5. > > * gnu/packages/cups.scm (cups-filters): Update to 1.11.5. > [arguments]: Add ‘--with-gs-path=’ to #:configure-flags. > [inputs]: Add mupdf. I wonder, do you have a use for the "mutool" integration that this enabled, or did you add it simply because the configure phase fails without it? If the latter, I think we should instead pass '--disable-mutool', so that cups-filters doesn't depend on two different PDF libraries. Otherwise, we should make cups-filters refer directly to mupdf's mutool, instead of looking for it on PATH. Your thoughts?