Skip to content

Commit

Permalink
python.tests: use self.callPackage instead of super.callPackage
Browse files Browse the repository at this point in the history
super was incorrectly possible until #104201
got merged.
  • Loading branch information
FRidh committed Nov 22, 2020
1 parent 6a23dde commit 7726f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let

python = let
packageOverrides = self: super: {
typeddep = super.callPackage ./typeddep {};
typeddep = self.callPackage ./typeddep {};
};
in interpreter.override {inherit packageOverrides; self = python;};

Expand Down

0 comments on commit 7726f81

Please sign in to comment.