python3Packages.python-pushover: mark as broken
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user