me
/
guix
Archived
1
0
Fork 0

gnu: kiwix-desktop: Fix typo.

* gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which
prevented the 'enable-print-support phase from occurring.
master
Efraim Flashner 2020-12-26 21:29:11 +02:00
parent bd200d351a
commit 5364daacc5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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"))