* Enable the pure stdenv-linux for powerpc.
svn path=/nixpkgs/trunk/; revision=6867
This commit is contained in:
parent
29961dbb85
commit
609710f102
@ -92,6 +92,7 @@ rec {
|
||||
stdenv =
|
||||
if stdenvType == "i686-linux" then stdenvLinux else
|
||||
if stdenvType == "x86_64-linux" then stdenvLinux else
|
||||
if stdenvType == "powerpc-linux" then stdenvLinux else
|
||||
if stdenvType == "i686-freebsd" then stdenvFreeBSD else
|
||||
if stdenvType == "i686-cygwin" then stdenvCygwin else
|
||||
if stdenvType == "i686-mingw" then stdenvMinGW else
|
||||
|
Loading…
Reference in New Issue
Block a user