mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
plan9port: tighten up broken
This commit is contained in:
parent
fa9d6c3d93
commit
5afe6d962c
@ -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 New Issue
Block a user