diff options
-rw-r--r-- | gnu/packages/web.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 9d46210083..5f5fc58698 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -9628,15 +9628,7 @@ It contains the code shared by all Kiwix ports.") (lambda* (#:key outputs #:allow-other-keys) (invoke "qmake" (string-append "PREFIX=" - (assoc-ref outputs "out"))))) - (add-after 'install 'wrap-qt-process-path - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (bin (string-append out "/bin/kiwix-desktop")) - (qt-process-path (search-input-file - inputs "/lib/qt5/libexec/QtWebEngineProcess"))) - (wrap-program bin - `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))))))))) + (assoc-ref outputs "out")))))))) (inputs (list bash-minimal curl |