diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-02 12:34:51 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:37 +0200 |
| commit | a89116cdd3adb26dd4bdb3a6e2e2e80398381135 (patch) | |
| tree | 0c62244c9fb542853992802a63d65377c8552b84 /gnu | |
| parent | 1e29b73a85a77e1a05b8d254f2b65bfffb7c5ba7 (diff) | |
gnu: calibre: Do not wrap with QTWEBENGINEPROCESS_PATH.
* gnu/packages/ebook.scm (calibre) [arguments]: Remove wrap-program phase.
Change-Id: If289d6d5bcd1582134bbb02a179425a4f9c6a4d0
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ebook.scm | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 7906319e35d..d772d5244c1 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -337,26 +337,7 @@ sip-include-dirs = [\"" (string-append #$(this-package-input "font-liberation") "/share/fonts/truetype"))) (delete-file-recursively font-dest) - (symlink font-src font-dest)))) - ;; Make run-time dependencies available to the binaries. - (add-after 'wrap 'wrap-program - (lambda* (#:key inputs #:allow-other-keys) - (with-directory-excursion (string-append #$output "/bin") - (for-each - (lambda (binary) - (wrap-program binary - ;; Make QtWebEngineProcess available. - `("QTWEBENGINEPROCESS_PATH" = - ,(list - (search-input-file - inputs "/lib/qt6/libexec/QtWebEngineProcess"))))) - ;; Wrap all the binaries shipping with the package, except - ;; for the wrappings created during the 'wrap standard - ;; phase. This extends existing .calibre-real wrappers - ;; rather than create ..calibre-real-real-s. For more - ;; information see: https://issues.guix.gnu.org/43249. - (find-files "." (lambda (file stat) - (not (wrapped-program? file))))))))))) + (symlink font-src font-dest))))))) (home-page "https://calibre-ebook.com/") (synopsis "E-book library management software") (description "Calibre is an e-book library manager. It can view, convert |
