Merge pull request #146729 from ylh/patch-2
plan9port: tighten up `broken`
This commit is contained in:
commit
a817a1dac7
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ stdenv.mkDerivation {
|
|||
kovirobi
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
# TODO: revisit this when the sdk situation on x86_64-darwin changes
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
};
|
||||
}
|
||||
# TODO: investigate the mouse chording support patch
|
||||
|
|
Loading…
Reference in a new issue