python.pkgs.acoustics: broken

This commit is contained in:
Frederik Rietdijk 2018-11-29 10:18:19 +01:00
parent 3685806808
commit 9dba3231cd

View File

@ -21,5 +21,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [ fridh ];
license = with licenses; [ bsd3 ];
homepage = https://github.com/python-acoustics/python-acoustics;
broken = true;
};
}