oracle-instantclient: Fix path for darwin downloads

This commit is contained in:
Jason Samsa 2019-10-16 16:56:08 -05:00 committed by Jason Samsa
parent 3a440874c7
commit 6fd2b74cae

View File

@ -53,7 +53,7 @@ let
shortArch = { shortArch = {
x86_64-linux = "linux"; x86_64-linux = "linux";
x86_64-darwin = "macos"; x86_64-darwin = "mac";
}.${stdenv.hostPlatform.system} or throwSystem; }.${stdenv.hostPlatform.system} or throwSystem;
# calculate the filename of a single zip file # calculate the filename of a single zip file