guix-commits
[Top][All Lists]
Advanced

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

05/06: FIXUP pathpy: 8b86f797


From: Hartmut Goebel
Subject: 05/06: FIXUP pathpy: 8b86f797
Date: Thu, 20 Oct 2016 08:03:18 +0000 (UTC)

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

commit 867616c342601c70b102f0a7eff8a5dc4e28c8e4
Author: Hartmut Goebel <address@hidden>
Date:   Wed Oct 19 23:30:10 2016 +0200

    FIXUP pathpy: 8b86f797
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index aac3169..0694911 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4188,7 +4188,7 @@ them as the version argument or in a SCM managed file.")
                (for-each (lambda (file)
                            (copy-file file (string-append doc "/" file)))
                          '("README.rst" "CHANGES.rst"))
-               (copy-recursively "docs/_build/html" html)))))))
+               (copy-recursively "build/sphinx/html" html)))))))
     (home-page "http://github.com/jaraco/path.py";)
     (synopsis "Python module wrapper for built-in os.path")
     (description



reply via email to

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