plan9port: tighten up broken

This commit is contained in:
Yestin L. Harrison 2021-11-19 21:22:09 -08:00 committed by GitHub
parent fa9d6c3d93
commit 5afe6d962c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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