gnu: Fix (evaluation of the) call to forceSystem.
This commit is contained in:
parent
9d56d25673
commit
559f423417
@ -82,7 +82,7 @@ let
|
|||||||
mig = callPackage ./mig {
|
mig = callPackage ./mig {
|
||||||
# Build natively, but force use of a 32-bit environment because we're
|
# Build natively, but force use of a 32-bit environment because we're
|
||||||
# targeting `i586-pc-gnu'.
|
# 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
|
# XXX: Use this one for its `.crossDrv'. Using the one above from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user