mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 00:18:10 +00:00
oracle-instantclient: Fix path for darwin downloads
This commit is contained in:
parent
3a440874c7
commit
6fd2b74cae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user