guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: calibre: Do not use python setuptools for building.


From: Hartmut Goebel
Subject: 01/05: gnu: calibre: Do not use python setuptools for building.
Date: Fri, 2 Dec 2016 17:08:10 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit e89aceab635ad053244586ef430162e4817d8f64
Author: Hartmut Goebel <address@hidden>
Date:   Fri Dec 2 13:56:10 2016 +0100

    gnu: calibre: Do not use python setuptools for building.
    
    * gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools?
    to false.
---
 gnu/packages/ebook.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index ad18716..3843fb2 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -126,6 +126,9 @@
      `(#:python ,python-2
        #:test-target "check"
        #:tests? #f ; FIXME: enable once flake8 is packaged
+       ;; 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-before 'build 'configure



reply via email to

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