python2Packages.cffi: fix eval

This should not matter for anyone I hope, but I saw the typo
and I can't let it sit there.
This commit is contained in:
Stefan Frijters 2026-02-22 00:26:40 +01:00
parent ae08964b26
commit c00913469d
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -11,7 +11,7 @@ with super;
bootstrapped-pip = toPythonModule (callPackage ../development/python2-modules/bootstrapped-pip { });
cffi = disabed super.cffi;
cffi = disabled super.cffi;
configparser = disabled super.configparser;