Merge #2638: fix weechat build on darwin

Conflicts (trivial):
	pkgs/development/python-modules/pycrypto/default.nix
This commit is contained in:
Vladimír Čunát
2014-06-09 19:37:06 +02:00
4 changed files with 58 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ buildPythonPackage rec {
doCheck = !stdenv.isDarwin; # error: AF_UNIX path too long
meta = {
homepage = "http://www.pycrypto.org/";
description = "Python Cryptography Toolkit";