~ruther/guix-local

3cc0342b45406f97d675266cc9ac7877be855122 — Marius Bakke 9 years ago 463fb7d
gnu: dblatex: Do not use python setuptools for building.

* gnu/packages/docbook.scm (dblatex)[arguments]: Set #:use-setuptools?
to false.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/docbook.scm
M gnu/packages/docbook.scm => gnu/packages/docbook.scm +5 -0
@@ 192,6 192,11 @@ by no means limited to these applications.)  This package provides XML DTDs.")
       ("libxslt" ,libxslt)))           ;for xsltproc
    (arguments
     `(#:python ,python-2               ;'print' syntax
       ;; XXX: Disable usage of setuptools, even though it is supported.
       ;; This causes an invalid "package_base" in out/bin/.dblatex-real
       ;; due to a missing leading '/'. See this thread for details:
       ;; https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00030.html
       #:use-setuptools? #f
       #:tests? #f                      ;no 'test' command
       #:phases
       (alist-cons-after