Merge pull request #161785 from veprbl/pr/broken_pufferpanel
pufferpanel: mark as broken on darwin
This commit is contained in:
commit
b358735cd6
1 changed files with 1 additions and 0 deletions
|
@ -55,5 +55,6 @@ buildGoModule rec {
|
|||
homepage = "https://www.pufferpanel.com/";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ ckie ];
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pufferpanel.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue