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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user