summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreveeifyeve <88671402+Eveeifyeve@users.noreply.github.com>2025-08-08 23:25:31 +1000
committerPavol Rusnak <pavol@rusnak.io>2025-08-10 12:20:14 +0200
commitc50a771166cc94658b9d3ec51ad88c43e039250c (patch)
treeabcf1a3b09ee0e2b9568bbfcc51eb82adb762496
parentollama: 0.11.0 -> 0.11.3 (diff)
downloadnixpkgs-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.nix1
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