diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-11 20:20:50 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-12 18:40:56 +0100 |
commit | e4d34cd0f0ced54210ed2df2b251430a9c98c6f4 (patch) | |
tree | 3d391e7ac3857277b133ee590138c276f9390bb0 /gnu/local.mk | |
parent | 343cee8af31e4dd917b88bec768a95dc449cadce (diff) | |
download | gnu-guix-e4d34cd0f0ced54210ed2df2b251430a9c98c6f4.tar gnu-guix-e4d34cd0f0ced54210ed2df2b251430a9c98c6f4.tar.gz |
gnu: python@3.5: Fix getentropy() calls on kernels < 3.17.
* gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3356c9e34c..c51e04289b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -855,6 +855,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-3.4-fix-tests.patch \ %D%/packages/patches/python-3.5-fix-tests.patch \ + %D%/packages/patches/python-3.5-getentropy-on-old-kernels.patch \ %D%/packages/patches/python-dendropy-fix-tests.patch \ %D%/packages/patches/python-file-double-encoding-bug.patch \ %D%/packages/patches/python-fix-tests.patch \ |