diff options
author | Sören Tempel <soeren@soeren-tempel.net> | 2024-07-11 23:27:19 +0200 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-07-13 09:59:23 -0500 |
commit | 0fc16f1b0efce66a62a071ed9e5731a44b5cd323 (patch) | |
tree | 27cec6ca28b9e835115e729470abe0a088a107d4 /gnu/local.mk | |
parent | c31c325a12566a4f2c274a4d23c3b0089f210b43 (diff) | |
download | guix-0fc16f1b0efce66a62a071ed9e5731a44b5cd323.tar guix-0fc16f1b0efce66a62a071ed9e5731a44b5cd323.tar.gz |
gnu: Add python-pyvex.
* gnu/packages/patches/python-pyvex-remove-angr-dependency.patch:
New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-pyvex): New variable.
Signed-off-by: jgart <jgart@dismail.de>
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 73b445f1fc..020f85337a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1981,6 +1981,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pytorch-runpath.patch \ %D%/packages/patches/python-pytorch-system-libraries.patch \ %D%/packages/patches/python-pytorch-without-kineto.patch \ + %D%/packages/patches/python-pyvex-remove-angr-dependency.patch \ %D%/packages/patches/python-robotframework-atest.patch \ %D%/packages/patches/python-robotframework-source-date-epoch.patch \ %D%/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch \ |