gnu: kiwix-desktop: Fix typo.
* gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which prevented the 'enable-print-support phase from occurring.master
parent
bd200d351a
commit
5364daacc5
|
@ -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"))
|
||||
|
|
Reference in New Issue