forked from mirrors/nixpkgs
steam: fix extraBuildCommandsMulti on i686
This commit is contained in:
parent
a383e0f1b8
commit
573aa18e9f
|
@ -213,7 +213,7 @@ in stdenv.mkDerivation {
|
|||
cd "$out/sw"
|
||||
${extraBuildCommands}
|
||||
cd "$out/sw"
|
||||
${extraBuildCommandsMulti}
|
||||
${if isMultiBuild then extraBuildCommandsMulti else ""}
|
||||
cd ..
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue