mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #155073 from veprbl/pr/broken_hidrd
hidrd: mark as broken on darwin
This commit is contained in:
commit
2b053bc2c1
1 changed files with 1 additions and 0 deletions
|
@ -19,5 +19,6 @@ stdenv.mkDerivation {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ pacien ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/hidrd.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue