Skip to content

Commit 53d15ba

Browse files
committed
python312Packages.sentence-transformers: remove code for macOS < 11
1 parent 85f2404 commit 53d15ba

File tree

1 file changed

+0
-2
lines changed
  • pkgs/development/python-modules/sentence-transformers

1 file changed

+0
-2
lines changed

pkgs/development/python-modules/sentence-transformers/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,5 @@ buildPythonPackage rec {
103103
changelog = "https://github.com/UKPLab/sentence-transformers/releases/tag/v${version}";
104104
license = lib.licenses.asl20;
105105
maintainers = with lib.maintainers; [ dit7ya ];
106-
# Segmentation fault at import
107-
broken = stdenv.hostPlatform.system == "x86_64-darwin";
108106
};
109107
}

0 commit comments

Comments
 (0)