mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Fixing the 'platforms' at python 2.6.
svn path=/nixpkgs/trunk/; revision=19602
This commit is contained in:
parent
28ef44c86a
commit
b14e1f31c9
@ -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 {} ) )
|
||||
|
Loading…
Reference in New Issue
Block a user