sourcetrail: mark SourceTrailPythonIndexer as broken on darwin
This commit is contained in:
parent
1a2893f58a
commit
be7c07f471
@ -64,5 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Python indexer for Sourcetrail";
|
description = "Python indexer for Sourcetrail";
|
||||||
homepage = "https://github.com/CoatiSoftware/SourcetrailPythonIndexer";
|
homepage = "https://github.com/CoatiSoftware/SourcetrailPythonIndexer";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/107533#issuecomment-751063675
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user