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:46 +01:00
parent ae08964b26
commit c00913469d
+1 -1
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;