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
commit 5617886b16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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