guix-commits
[Top][All Lists]
Advanced

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

41/103: gnu: calibre: Remove old build flag.


From: guix-commits
Subject: 41/103: gnu: calibre: Remove old build flag.
Date: Wed, 5 Jan 2022 09:44:33 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit f589416d957f073a5e29e399925571db9c996f1f
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 19:02:25 2021 +0100

    gnu: calibre: Remove old build flag.
    
    * gnu/packages/ebook.scm (calibre)[#:use-setuptools]: Remove.
---
 gnu/packages/ebook.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 393b439b5c..109487e5f8 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -205,10 +205,7 @@ with Microsoft Compiled HTML (CHM) files")
        ("qtwebengine" ,qtwebengine)
        ("sqlite" ,sqlite)))
     (arguments
-     `(;; Calibre is using setuptools by itself, but the setup.py is not
-       ;; compatible with the shim wrapper (taken from pip) we are using.
-       #:use-setuptools? #f
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-source
            (lambda _



reply via email to

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