mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
define python3
This commit is contained in:
parent
423ff97688
commit
c37dfc8ab5
|
@ -3,7 +3,7 @@ let
|
|||
in
|
||||
|
||||
self: super: rec {
|
||||
python = super.python.override {
|
||||
python3 = super.python.override {
|
||||
packageOverrides = python-self: python-super: {
|
||||
strawberry_graphql = python-super.buildPythonPackage rec {
|
||||
pname = "strawberry-graphql";
|
||||
|
@ -29,7 +29,7 @@ self: super: rec {
|
|||
};
|
||||
};
|
||||
};
|
||||
pythonPackages = python.pkgs;
|
||||
pythonPackages = python3.pkgs;
|
||||
selfprivacy-api = super.callPackage ./pkgs/selfprivacy-api {
|
||||
nixpkgs = pkgs;
|
||||
pythonPkgs = pythonPackages;
|
||||
|
|
Loading…
Reference in a new issue