Merge pull request #71268 from jsamsa/fix-macos-oracle-instantclient
oracle-instantclient: Fix path for darwin downloads
This commit is contained in:
commit
5617886b16
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user