diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-03-09 18:44:14 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-03-09 18:44:14 +0200 |
commit | d53ca793707c2c94a580c572a5cf4ac383c951ee (patch) | |
tree | 2fea805202e65a8b5b3e36d8c47dcbaf93f6c999 | |
parent | d1b660a00c1e9a7128ccbd13d01314faedae8ebf (diff) | |
download | guix-d53ca793707c2c94a580c572a5cf4ac383c951ee.tar.gz guix-d53ca793707c2c94a580c572a5cf4ac383c951ee.zip |
gnu: Register patch.
This is a follow-up to d1b660a00c1e9a7128ccbd13d01314faedae8ebf.
* gnu/local.mk (dist_patch_DATA): Register new patch.
Change-Id: I281aa1e7ed9f30dc17fd3092d0db9e193f94f9d5
-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 e5d1700077..fb8c4afe1d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1796,6 +1796,7 @@ dist_patch_DATA = \ %D%/packages/patches/prusa-slicer-fix-tests.patch \ %D%/packages/patches/prusa-slicer-with-cereal-1.3.1.patch \ %D%/packages/patches/pthreadpool-system-libraries.patch \ + %D%/packages/patches/python-3.12-fix-tests.patch \ %D%/packages/patches/python-accupy-use-matplotx.patch \ %D%/packages/patches/python-accupy-fix-use-of-perfplot.patch \ %D%/packages/patches/python-chai-drop-python2.patch \ |