stdenv: Add back leading '-' in cross derivation name suffix
I messed this up when I moved the logic from `makeStdenvCross` in
e826a6a247
.
This commit is contained in:
parent
77bd6313bb
commit
51179c6e88
@ -97,7 +97,7 @@ rec {
|
||||
{
|
||||
name = name + lib.optionalString
|
||||
(stdenv.hostPlatform != stdenv.buildPlatform)
|
||||
stdenv.hostPlatform.config;
|
||||
("-" + stdenv.hostPlatform.config);
|
||||
builder = attrs.realBuilder or stdenv.shell;
|
||||
args = attrs.args or ["-e" (attrs.builder or ./default-builder.sh)];
|
||||
inherit stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user