mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
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:
parent
ae08964b26
commit
c00913469d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue