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
1 changed files with 2 additions and 0 deletions

View File

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