pythonPackages.tarman: disable for py3k

This commit is contained in:
Domen Kožar 2014-08-24 17:09:13 +02:00
parent 2bc609155d
commit 9c5236f7ca

View file

@ -9286,6 +9286,8 @@ rec {
tarman = buildPythonPackage rec {
version = "0.1.3";
name = "tarman-${version}";
disabled = isPy3k;
src = fetchurl {
url = "https://pypi.python.org/packages/source/t/tarman/tarman-${version}.zip";