plan9port: Do not attempt to build on aarch64-linux
This commit is contained in:
parent
a83bafb27e
commit
ff4419ac4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user