python3Packages.python-pushover: mark as broken
This commit is contained in:
parent
1f28f9f5d4
commit
b7713d0bf6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = true; # Relies on 2to3 via setuptools
|
||||
description = "Bindings and command line utility for the Pushover notification service";
|
||||
homepage = "https://github.com/Thibauth/python-pushover";
|
||||
license = licenses.gpl3;
|
||||
|
|
Loading…
Reference in a new issue