mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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:
parent
8d85d279f2
commit
8f566f4bde
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue