test-upstream-strawberry
inexcode 2022-08-12 21:24:22 +04:00
parent 0970931614
commit 47384698a0
1 changed files with 1 additions and 1 deletions

View File

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