opensmalltalk-vm: fix evaluation on darwin
This commit is contained in:
committed by
Emery Hemingway
parent
c72f24ec26
commit
395e5d76a7
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user