plan9port: Do not attempt to build on aarch64-linux

This commit is contained in:
Jason Felice 2020-04-16 13:08:50 -04:00
parent a83bafb27e
commit ff4419ac4a

View File

@ -89,7 +89,7 @@ stdenv.mkDerivation {
license = licenses.lpl-102;
maintainers = with maintainers; [ AndersonTorres bbarker
ftrvxmtrx kovirobi ];
platforms = platforms.unix;
platforms = remove "aarch64-linux" platforms.unix;
};
}
# TODO: investigate the mouse chording support patch