1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

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 = { meta = {
homepage = "http://www.pycrypto.org/"; homepage = "http://www.pycrypto.org/";
description = "Python Cryptography Toolkit"; description = "Python Cryptography Toolkit";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.gnu;
}; };
} }