mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-16 02:04:12 +00:00
Greenlet is provided as a built-in package on pypy and uninstalling and replacing it does not work. Set it to null, to make it disappear as a dependency, instead of marking it as disabled, which also disables reverse dependencies. Co-Authored-By: Jean-Paul Calderone <exarkun@twistedmatrix.com>