From 871e2e1b7f77c2ca0383efe7e55408d1df5b9ece Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Feb 2009 09:59:03 +0000 Subject: * stdenvLinux on powerpc-linux is currently broken. svn path=/nixpkgs/branches/stdenv-updates/; revision=13968 --- pkgs/stdenv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix index 4dbc3a8d176a..7f44037c7019 100644 --- a/pkgs/stdenv/default.nix +++ b/pkgs/stdenv/default.nix @@ -54,7 +54,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 == "powerpc-linux" then /* stdenvLinux */ stdenvNative else if stdenvType == "i686-mingw" then stdenvMinGW else if stdenvType == "i686-darwin" then stdenvNix else stdenvNative; -- cgit 1.4.1