mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Mark as broken on Darwin
This commit is contained in:
parent
17b1055d65
commit
927e685929
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ stdenv.mkDerivation {
|
|||
kovirobi
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
# TODO: investigate the mouse chording support patch
|
||||
|
|
Loading…
Reference in a new issue