Isolate python packages

test-upstream-strawberry
inexcode 2022-08-12 20:09:16 +04:00
parent cb033ca27c
commit 36e1855b9c
1 changed files with 1 additions and 1 deletions

View File

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