Loading pkgs/development/compilers/opensmalltalk-vm/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -180,5 +180,7 @@ let platform = stdenv.targetPlatform.system; in vmsByPlatform.${platform} or (throw "Unsupported platform ${platform}: only the following platforms are supported: ${builtins.attrNames vmsByPlatform}") vmsByPlatform.${platform} or throw ( "Unsupported platform ${platform}: only the following platforms are supported: " + builtins.toString (builtins.attrNames vmsByPlatform) ) Loading
pkgs/development/compilers/opensmalltalk-vm/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -180,5 +180,7 @@ let platform = stdenv.targetPlatform.system; in vmsByPlatform.${platform} or (throw "Unsupported platform ${platform}: only the following platforms are supported: ${builtins.attrNames vmsByPlatform}") vmsByPlatform.${platform} or throw ( "Unsupported platform ${platform}: only the following platforms are supported: " + builtins.toString (builtins.attrNames vmsByPlatform) )