goobook: fix build on darwin
This commit is contained in:
parent
97262a59b5
commit
05095ec48d
@ -11,9 +11,11 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ gmp ];
|
||||
|
||||
doCheck = !stdenv.isDarwin; # error: AF_UNIX path too long
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.pycrypto.org/";
|
||||
description = "Python Cryptography Toolkit";
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -5129,12 +5129,9 @@ rec {
|
||||
|
||||
meta = {
|
||||
description = "ASN.1 tools for Python";
|
||||
|
||||
homepage = http://pyasn1.sourceforge.net/;
|
||||
|
||||
license = "mBSD";
|
||||
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
platforms = stdenv.lib.platforms.unix; # arbitrary choice
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user