3p/nixpkgs: disable ntfy slack support, it makes boto3/moto build
This commit is contained in:
parent
dba2db07b1
commit
55f9a93585
1 changed files with 2 additions and 0 deletions
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue