add super

test-upstream-strawberry
Inex Code 2022-06-24 16:38:54 +03:00
parent d6f22a039f
commit 438fe51d3c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ in
self: super: rec {
python39 = super.python39.override {
packageOverrides = self: super: {
strawberry_graphql = callPackage ./strawberry_graphql/default.tix {
strawberry_graphql = super.callPackage ./strawberry_graphql/default.tix {
buildPythonPackage = super.buildPythonPackage;
};
};