From 2fea715779b23c03ba13096824e9084a933f5cc8 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sat, 22 Feb 2020 12:13:22 -0800 Subject: [PATCH] pythonPackages.acoustics: disable no longer compatible with pandas>=1 --- pkgs/development/python-modules/acoustics/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/acoustics/default.nix b/pkgs/development/python-modules/acoustics/default.nix index 85ce02be1c3..bf3f31d351f 100644 --- a/pkgs/development/python-modules/acoustics/default.nix +++ b/pkgs/development/python-modules/acoustics/default.nix @@ -25,6 +25,7 @@ buildPythonPackage rec { description = "A package for acousticians"; maintainers = with maintainers; [ fridh ]; license = with licenses; [ bsd3 ]; - homepage = https://github.com/python-acoustics/python-acoustics; + homepage = "https://github.com/python-acoustics/python-acoustics"; + broken = true; # no longer compatible with pandas>=1 }; }