treewide: remove redundant quotes
This commit is contained in:
@@ -38,14 +38,14 @@ let
|
||||
HOST_SH = "${buildPackages.bash}/bin/sh";
|
||||
|
||||
MACHINE_ARCH = {
|
||||
"i686" = "i386";
|
||||
i686 = "i386";
|
||||
}.${stdenv'.hostPlatform.parsed.cpu.name}
|
||||
or stdenv'.hostPlatform.parsed.cpu.name;
|
||||
|
||||
MACHINE = {
|
||||
"x86_64" = "amd64";
|
||||
"aarch64" = "evbarm64";
|
||||
"i686" = "i386";
|
||||
x86_64 = "amd64";
|
||||
aarch64 = "evbarm64";
|
||||
i686 = "i386";
|
||||
}.${stdenv'.hostPlatform.parsed.cpu.name}
|
||||
or stdenv'.hostPlatform.parsed.cpu.name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user