diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 03:19:35 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:57 -0400 |
commit | 5e6cc60122bc482c2e6825ce645238637a41026d (patch) | |
tree | 5f9d228abd34f4410908580eeec1fae66f34f96f /gnu/packages/libffi.scm | |
parent | 1924d8237d7574c62042fa0f60bffcee84f0f580 (diff) | |
download | guix-5e6cc60122bc482c2e6825ce645238637a41026d.tar.gz |
gnu: Remove python2-cffi.
* gnu/packages/libffi.scm (python2-cffi): Delete variable.
Diffstat (limited to 'gnu/packages/libffi.scm')
-rw-r--r-- | gnu/packages/libffi.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm index 2efec07e1d..701feeb773 100644 --- a/gnu/packages/libffi.scm +++ b/gnu/packages/libffi.scm @@ -152,9 +152,6 @@ conversions for values passed between the two languages.") (sha256 (base32 "0m3rz2pqfmyfagx0bhj2jlbr2h58j3wr3cyv1agxkhlnm1k0s3wj")))))) -(define-public python2-cffi - (package-with-python2 python-cffi)) - (define-public python-cffi-documentation (package (name "python-cffi-documentation") |