test-upstream-strawberry
Inex Code 2022-06-24 17:29:27 +03:00
parent c37dfc8ab5
commit edf86fd05b
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ let
in
self: super: rec {
python3 = super.python.override {
python39 = super.python39.override {
packageOverrides = python-self: python-super: {
strawberry_graphql = python-super.buildPythonPackage rec {
pname = "strawberry-graphql";
@ -29,7 +29,7 @@ self: super: rec {
};
};
};
pythonPackages = python3.pkgs;
pythonPackages = python39.pkgs;
selfprivacy-api = super.callPackage ./pkgs/selfprivacy-api {
nixpkgs = pkgs;
pythonPkgs = pythonPackages;