3
0
Fork 0
forked from mirrors/nixpkgs

Fixing the meta platforms of python 2.6.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19507
This commit is contained in:
Lluís Batlle i Rossell 2010-01-17 22:19:10 +00:00
parent bfbaa73706
commit 67038ea160

View file

@ -87,6 +87,6 @@ stdenv.mkDerivation ( {
};
meta = {
platforms = stdenv.lib.platforms;
platforms = stdenv.lib.platforms.all;
};
} // (if stdenv.isDarwin then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch]; } else {} ) )