summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-09-11 14:16:46 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-11 14:16:46 +0200
commit9cfa0078e6c08d182e09efe4f216ed9b528ec3ad (patch)
tree7fd62fe500b2275c98b0ae60d3b710a7948db393 /gnu/local.mk
parent0321c098d3d57ae4f046a131a5e9610e3495f843 (diff)
downloadguix-patches-9cfa0078e6c08d182e09efe4f216ed9b528ec3ad.tar
guix-patches-9cfa0078e6c08d182e09efe4f216ed9b528ec3ad.tar.gz
gnu: python-random2: Fix building with python 3.9.
* gnu/packages/patches/python-random2-getrandbits-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-random2)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 07e6787642..724ab2f67d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1548,6 +1548,7 @@ dist_patch_DATA = \
%D%/packages/patches/ppsspp-disable-upgrade-and-gold.patch \
%D%/packages/patches/pthreadpool-system-libraries.patch \
%D%/packages/patches/python-chai-drop-python2.patch \
+ %D%/packages/patches/python-random2-getrandbits-test.patch \
%D%/packages/patches/sdcc-disable-non-free-code.patch \
%D%/packages/patches/sdl-pango-api_additions.patch \
%D%/packages/patches/sdl-pango-blit_overflow.patch \