diff options
| author | Sören Tempel <soeren@soeren-tempel.net> | 2024-07-11 23:27:22 +0200 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2024-07-13 09:59:26 -0500 |
| commit | d4511a8970322de610efef4c6d0a2d2cc3ca0137 (patch) | |
| tree | 9a24306c7232042988c04dd080721f2fd8f32e89 /gnu/local.mk | |
| parent | 61eb25c549886f803c68680fe9293f88d2e2589d (diff) | |
gnu: Add python-angr.
* gnu/packages/patches/python-angr-addition-type-error.patch:
New patch.
* gnu/packages/patches/python-angr-check-exec-deps.patch:
New patch.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/python-xyz.scm (python-angr): New variable.
Signed-off-by: jgart <jgart@dismail.de>
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 020f85337ae..e584e426d0f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1948,6 +1948,8 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-3-fix-tests.patch \ %D%/packages/patches/python-3-hurd-configure.patch \ + %D%/packages/patches/python-angr-addition-type-error.patch \ + %D%/packages/patches/python-angr-check-exec-deps.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 \ |
