semicolon

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

View File

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