guix-commits
[Top][All Lists]
Advanced

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

44/150: gnu: calibre: Remove old build flag.


From: guix-commits
Subject: 44/150: gnu: calibre: Remove old build flag.
Date: Sun, 24 Apr 2022 05:12:20 -0400 (EDT)

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

commit 1427df95976c819a6fa92f158758f29307019dbf
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 | 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

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