justbuild: mark as broken
This commit is contained in:
parent
6596b0be53
commit
c317b4b571
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
broken = true; # last successful build 2024-01-26
|
||||
description = "a generic build tool";
|
||||
homepage = "https://github.com/just-buildsystem/justbuild";
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue