test-upstream-strawberry
inexcode 2022-08-12 21:38:08 +04:00
parent 4f74abf105
commit 8b7e91dcfd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ let
in
self: super: rec {
python39 = self.python39.override {
python39 = super.python39.override {
packageOverrides = python-self: python-super: {
strawberry_graphql = python-super.buildPythonPackage rec {
pname = "strawberry-graphql";