Merge pull request #71268 from jsamsa/fix-macos-oracle-instantclient

oracle-instantclient: Fix path for darwin downloads
This commit is contained in:
Aaron Andersen
2019-10-17 20:36:59 -04:00
committed by GitHub
@@ -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