guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: kiwix-desktop: Fix typo.


From: guix-commits
Subject: 02/05: gnu: kiwix-desktop: Fix typo.
Date: Sat, 26 Dec 2020 15:03:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5364daacc59203dfba02b1049a88a5a4861c6cf4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 26 21:29:11 2020 +0200

    gnu: kiwix-desktop: Fix typo.
    
    * gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which
    prevented the 'enable-print-support phase from occurring.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d831e3b..2a7cfd3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7969,7 +7969,7 @@ It contains the code shared by all Kiwix ports.")
              (invoke "qmake"
                      (string-append "PREFIX="
                                     (assoc-ref outputs "out")))))
-         (add-before 'configrue 'enable-print-support
+         (add-before 'configure 'enable-print-support
            (lambda _
              (substitute* "kiwix-desktop.pro"
                (("webenginewidgets") "webenginewidgets printsupport"))



reply via email to

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