diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-18 00:11:05 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 17:37:48 +0100 |
commit | 15e57f576291d9233ab25e1614c6218579db170a (patch) | |
tree | 06fa50b60246fa93a7b18b52fe3dcbd633515fb0 /gnu/packages/python.scm | |
parent | c1019287a4aab55ebffab4710b9a85b6c9f1b7ed (diff) | |
download | guix-15e57f576291d9233ab25e1614c6218579db170a.tar guix-15e57f576291d9233ab25e1614c6218579db170a.tar.gz |
gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes.
* gnu/packages/patches/python-2.7-site-prefixes.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b6aeb8c032..ca40fe8c29 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -122,6 +122,7 @@ "0y7rl603vmwlxm6ilkhc51rx2mfj14ckcz40xxgs0ljnvlhp30yp")) (patches (search-patches "python-2.7-search-paths.patch" "python-2-deterministic-build-info.patch" + "python-2.7-site-prefixes.patch" "python-2.7-source-date-epoch.patch")) (modules '((guix build utils))) ;; suboptimal to delete failing tests here, but if we delete them in the |