Skip to content

Commit

Permalink
chore: clean up unused input args
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 26, 2023
1 parent 8a0e172 commit 84bce7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1754,14 +1754,14 @@ lib.composeManyExtensions [
openbabel-wheel = super.openbabel-wheel.override { preferWheel = true; };

# opencensus is a namespace package but it is distributed incorrectly
opencensus = super.opencensus.overridePythonAttrs (oldAttrs: {
opencensus = super.opencensus.overridePythonAttrs (_: {
pythonNamespaces = [
"opencensus.common"
];
});

# opencensus is a namespace package but it is distributed incorrectly
opencensus-context = super.opencensus-context.overridePythonAttrs (oldAttrs: {
opencensus-context = super.opencensus-context.overridePythonAttrs (_: {
pythonNamespaces = [
"opencensus.common"
];
Expand Down

0 comments on commit 84bce7a

Please sign in to comment.