Unverified Commit c0091346 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

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.
parent ae08964b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;