audiotools: disable for py3k

This commit is contained in:
Luca Bruno 2015-02-20 14:10:49 +01:00
parent 97f9150a56
commit 1d09c1fd34

View File

@ -565,6 +565,8 @@ let
audiotools = buildPythonPackage rec {
name = "audiotools-2.22";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://sourceforge/audiotools/${name}.tar.gz";
sha256 = "1c52pggsbxdbj8h92njf4h0jgfndh4yv58ad723pidys47nw1y71";