diff options
| author | eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com> | 2025-08-08 23:25:31 +1000 |
|---|---|---|
| committer | Pavol Rusnak <pavol@rusnak.io> | 2025-08-10 12:20:14 +0200 |
| commit | c50a771166cc94658b9d3ec51ad88c43e039250c (patch) | |
| tree | abcf1a3b09ee0e2b9568bbfcc51eb82adb762496 | |
| parent | ollama: 0.11.0 -> 0.11.3 (diff) | |
| download | nixpkgs-c50a771166cc94658b9d3ec51ad88c43e039250c.tar.gz | |
ollama: mark as broken on darwin
Marking this as broken for now, as this is a upstream issue and it's not
worth creating a patch when they fix it upstream. See issue #431464 for
more details.
(cherry picked from commit cbb7f7a46a1c5ec4e7c0cb9fd1ee58fb2a6a4658)
| -rw-r--r-- | pkgs/by-name/ol/ollama/package.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/ol/ollama/package.nix b/pkgs/by-name/ol/ollama/package.nix index 445031a11df5..d0f7d8fa7640 100644 --- a/pkgs/by-name/ol/ollama/package.nix +++ b/pkgs/by-name/ol/ollama/package.nix @@ -251,6 +251,7 @@ goBuild (finalAttrs: { changelog = "https://github.com/ollama/ollama/releases/tag/v${finalAttrs.version}"; license = licenses.mit; platforms = if (rocmRequested || cudaRequested) then platforms.linux else platforms.unix; + broken = stdenv.hostPlatform.isDarwin; # TODO: Remove after upstream issue is fixed, see issue #431464 and comments. mainProgram = "ollama"; maintainers = with maintainers; [ abysssol |
