3p/nixpkgs: disable ntfy slack support, it makes boto3/moto build

This commit is contained in:
Luke Granger-Brown 2023-07-01 15:48:46 +00:00
parent dba2db07b1
commit 55f9a93585

View file

@ -15,6 +15,8 @@ let
factorio-experimental = pkgs.factorio-experimental.override depot.ops.secrets.factorio;
ntfy = (pkgs.ntfy.override {
withXmpp = false;
withSlack = false;
python39 = pkgs.python3;
}).overridePythonAttrs (oldAttrs: {
doCheck = false;
checkPhase = "";