guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: zathura-pdf-mupdf: Simplify arguments.


From: Efraim Flashner
Subject: 06/06: gnu: zathura-pdf-mupdf: Simplify arguments.
Date: Tue, 30 Oct 2018 05:16:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a6f2afeee185ee28157649cccc1b06ff37fe93df
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 30 11:10:07 2018 +0200

    gnu: zathura-pdf-mupdf: Simplify arguments.
    
    * gnu/packages/pdf.scm (zathura-pdf-mupdf)[arguments]: Remove custom
    'patch-plugin-directory phase, replacd with configure-flag.
---
 gnu/packages/pdf.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 4c3e983..1d37de7 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -435,17 +435,9 @@ using the DjVuLibre library.")
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f                      ; package does not contain tests
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-plugin-directory
-           ;; Something of a regression in 0.3.3: the new Meson build system
-           ;; now hard-codes an incorrect plugin directory.  Fix it.
-           (lambda* (#:key outputs #:allow-other-keys)
-             (substitute* "meson.build"
-               (("(install_dir:).*" _ key)
-                (string-append key
-                               "'" (assoc-ref outputs "out") 
"/lib/zathura'\n")))
-             #t)))))
+       #:configure-flags (list (string-append "-Dplugindir="
+                                              (assoc-ref %outputs "out")
+                                              "/lib/zathura"))))
     (home-page "https://pwmt.org/projects/zathura-pdf-mupdf/";)
     (synopsis "PDF support for zathura (mupdf backend)")
     (description "The zathura-pdf-mupdf plugin adds PDF support to zathura



reply via email to

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