Skip to content

Commit

Permalink
Remove some obsolete overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Nov 8, 2023
1 parent 944dfe4 commit 7a001e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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;
}
)

Expand Down

0 comments on commit 7a001e0

Please sign in to comment.