guix-commits
[Top][All Lists]
Advanced

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

04/06: Fixup python-ipython: add-installed-pythonpath 6e1788e


From: Hartmut Goebel
Subject: 04/06: Fixup python-ipython: add-installed-pythonpath 6e1788e
Date: Thu, 20 Oct 2016 08:03:18 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 8d583fcedda8685a1868b9e865e19fdf1b0bd0f4
Author: Hartmut Goebel <address@hidden>
Date:   Wed Oct 19 23:22:07 2016 +0200

    Fixup python-ipython: add-installed-pythonpath  6e1788e
    
    [phase install-doc]: Add add-installed-pythonpath
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a925096..aac3169 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4363,6 +4363,8 @@ without using the configuration machinery.")
                    (info (string-append data "/info"))
                    (examples (string-append doc "/examples")))
               (setenv "LANG" "en_US.utf8")
+              ;; Make installed package available for running the tests
+              (add-installed-pythonpath outputs inputs)
               (with-directory-excursion "docs"
                 ;; FIXME: html and pdf fail to build
                 ;; (system* "make" "html")



reply via email to

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