pkgs/development/python-modules/pycrypto: enable building of this package on all GNU platforms

svn path=/nixpkgs/trunk/; revision=22794
This commit is contained in:
Peter Simons 2010-07-28 13:10:18 +00:00
parent 12943b6a3e
commit 27fe0c57f3

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.pycrypto.org/";
description = "Python Cryptography Toolkit";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.gnu;
};
}