pythonPackages.audiotools: Disable on Darwin

Last successful build 2015-09-20 07:44:17

https://hydra.nixos.org/build/60587519
This commit is contained in:
Tuomas Tynkkynen 2017-09-12 14:32:01 +03:00
parent 8d85d279f2
commit 8f566f4bde

View file

@ -676,6 +676,7 @@ in {
meta = {
description = "Utilities and Python modules for handling audio";
homepage = "http://audiotools.sourceforge.net/";
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
};