diff options
author | gemmaro <[email protected]> | 2023-08-26 15:22:40 +0900 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2023-10-30 11:17:42 +0000 |
commit | 9524ff9f3ac63e02bc954d19273ed630eab0c754 (patch) | |
tree | e049d34a0b418973faa96412b230ce8160296802 /gnu/local.mk | |
parent | db5c83e83bb0aa7b65e020ee1d8749e11d5c8f6f (diff) |
gnu: Add python-online-judge-api-client.
* gnu/packages/python-xyz.scm (python-online-judge-api-client): New variable.
* gnu/packages/patches/python-online-judge-api-client-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch file.
Signed-off-by: Christopher Baines <[email protected]>
Change-Id: If407a070a52e66c723d042217a5ff6e1589efce1
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a00884a7c6..8518c91268 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -60,6 +60,7 @@ # Copyright © 2023 Ivana Drazovic <[email protected]> # Copyright © 2023 Andy Tai <[email protected]> # Copyright © 2023 B. Wilson <[email protected]> +# Copyright © 2023 gemmaro <[email protected]> # # This file is part of GNU Guix. # @@ -1861,6 +1862,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-fixtures-remove-monkeypatch-test.patch \ %D%/packages/patches/python-hiredis-fix-header.patch \ %D%/packages/patches/python-hiredis-use-system-hiredis.patch \ + %D%/packages/patches/python-online-judge-api-client-tests.patch \ %D%/packages/patches/python-pdoc3-tests.patch \ %D%/packages/patches/python-peachpy-determinism.patch \ %D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \ |