authentik/pythonapp: fix not-allowed-to-refer-to-a-store-path
This commit is contained in:
parent
8f592e9aa1
commit
e65e390937
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ let
|
|||
urllib3-secure-extra = super.urllib3-secure-extra.overridePythonAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ self.flit-core ];
|
||||
});
|
||||
watchfiles = self.callPackage "${pkgs.path}/pkgs/development/python-modules/watchfiles/default.nix" {};
|
||||
watchfiles = self.callPackage ../../../../third_party/nixpkgs/pkgs/development/python-modules/watchfiles/default.nix { CoreServices = null; };
|
||||
selenium = null;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue