ollama: fix build on darwin

remove test that fails due to sandboxing
This commit is contained in:
Michael Roitzsch
2026-05-08 15:35:28 +02:00
parent 0a0b504d5c
commit dd2c634af7
+1
View File
@@ -212,6 +212,7 @@ goBuild (finalAttrs: {
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
rm ml/backend/ggml/ggml_test.go
rm ml/nn/pooling/pooling_test.go
rm model/models/nemotronh/model_omni_test.go
'';
overrideModAttrs = (