authentik/pythonapp: fix not-allowed-to-refer-to-a-store-path

This commit is contained in:
Luke Granger-Brown 2023-02-11 18:03:35 +00:00
parent 8f592e9aa1
commit e65e390937

View file

@ -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;
});