guix-commits
[Top][All Lists]
Advanced

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

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


From: Marius Bakke
Subject: 01/01: gnu: dblatex: Do not use python setuptools for building.
Date: Thu, 1 Dec 2016 22:51:02 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 3cc0342b45406f97d675266cc9ac7877be855122
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 1 23:30:49 2016 +0100

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

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 8efe417..d089577 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -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



reply via email to

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