pythonPackages.beaker: disable on py3k
This commit is contained in:
parent
8edee2cd47
commit
8dc216a768
1 changed files with 2 additions and 0 deletions
|
@ -634,6 +634,8 @@ rec {
|
|||
|
||||
beaker = buildPythonPackage rec {
|
||||
name = "Beaker-1.6.4";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/B/Beaker/${name}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue