mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Remove some obsolete overrides
This commit is contained in:
parent
944dfe4a1f
commit
7a001e012c
1 changed files with 0 additions and 9 deletions
|
@ -234,12 +234,6 @@ lib.makeScope pkgs.newScope (self: {
|
|||
getFunctorFn
|
||||
(
|
||||
[
|
||||
# Remove Python packages aliases with non-normalized names to avoid issues with infinite recursion (issue #750).
|
||||
(_self: super: {
|
||||
# Upstream nixpkgs uses non canonical names
|
||||
async-generator = super.async-generator or super.async_generator or null;
|
||||
})
|
||||
|
||||
(self: super: lib.attrsets.mapAttrs
|
||||
(
|
||||
name: value:
|
||||
|
@ -258,9 +252,6 @@ lib.makeScope pkgs.newScope (self: {
|
|||
};
|
||||
|
||||
__toPluginAble = toPluginAble self;
|
||||
} // lib.optionalAttrs (! super ? setuptools-scm) {
|
||||
# The canonical name is setuptools-scm
|
||||
setuptools-scm = super.setuptools_scm;
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue