gnu: Fix (evaluation of the) call to forceSystem.

This commit is contained in:
Petr Rockai 2014-03-19 09:57:21 +01:00 committed by Eelco Dolstra
parent 9d56d25673
commit 559f423417

View File

@ -82,7 +82,7 @@ let
mig = callPackage ./mig {
# Build natively, but force use of a 32-bit environment because we're
# targeting `i586-pc-gnu'.
stdenv = (forceSystem "i686-linux").stdenv;
stdenv = (forceSystem "i686-linux" "i386").stdenv;
};
# XXX: Use this one for its `.crossDrv'. Using the one above from