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:
parent
bfbaa73706
commit
67038ea160
|
@ -87,6 +87,6 @@ stdenv.mkDerivation ( {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
} // (if stdenv.isDarwin then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch]; } else {} ) )
|
} // (if stdenv.isDarwin then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch]; } else {} ) )
|
||||||
|
|
Loading…
Reference in a new issue