Commit 0daf5783 authored by Sarah Clark's avatar Sarah Clark
Browse files

sentencepiece: mark as broken on Darwin (can remove after 0.2.1 release)

parent ec3eddc1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -42,5 +42,8 @@ stdenv.mkDerivation rec {
    license = licenses.asl20;
    platforms = platforms.unix;
    maintainers = with maintainers; [ pashashocky ];
    # sentencepiece 0.2.1 segfaults on darwin when instantiated
    # See https://github.com/NixOS/nixpkgs/issues/466092
    badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
  };
}