sourcetrail: mark SourceTrailPythonIndexer as broken on darwin

This commit is contained in:
sternenseemann 2020-12-25 10:21:13 +01:00
parent 1a2893f58a
commit be7c07f471

View File

@ -64,5 +64,7 @@ stdenv.mkDerivation rec {
description = "Python indexer for Sourcetrail";
homepage = "https://github.com/CoatiSoftware/SourcetrailPythonIndexer";
license = licenses.gpl3;
broken = stdenv.isDarwin;
# https://github.com/NixOS/nixpkgs/pull/107533#issuecomment-751063675
};
}