diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-09 03:14:51 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-09 08:55:09 +0100 |
commit | 1efe7de0966afe1b96d7e8472d17a9c6142b5043 (patch) | |
tree | 8cda418514d0a09b1ddf7451d5e366d69c6e1d98 /gnu/local.mk | |
parent | 2463e9f1fe10a1d7e02dff76f200da69cd3f24d1 (diff) | |
download | guix-1efe7de0966afe1b96d7e8472d17a9c6142b5043.tar guix-1efe7de0966afe1b96d7e8472d17a9c6142b5043.tar.gz |
gnu: python-afdko: Fix failing tests.
* gnu/packages/patches/python-afdko-suppress-copyright-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/fontutils.scm (python-afdko)[source](patches): New field.
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 597254f831..721a1ae067 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1715,6 +1715,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-fix-tests.patch \ %D%/packages/patches/python-3-hurd-configure.patch \ %D%/packages/patches/python-3-no-static-lib.patch \ + %D%/packages/patches/python-afdko-suppress-copyright-test.patch \ %D%/packages/patches/python-aionotify-0.2.0-py3.8.patch \ %D%/packages/patches/python-argcomplete-1.11.1-fish31.patch \ %D%/packages/patches/python-cross-compile.patch \ |