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

commit 1427df95976c819a6fa92f158758f29307019dbf
Author: Lars-Dominik Braun <[email protected]>
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 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 339a72ef91..f03392f228 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -206,9 +206,6 @@ with Microsoft Compiled HTML (CHM) files")
            sqlite))
     (arguments
      (list
-      ;; 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
       #~(modify-phases %standard-phases
           (add-after 'unpack 'patch-source

Reply via email to