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

commit 867616c342601c70b102f0a7eff8a5dc4e28c8e4
Author: Hartmut Goebel <[email protected]>
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