plan9port: Do not attempt to build on aarch64-linux
This commit is contained in:
@@ -89,7 +89,7 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.lpl-102;
|
license = licenses.lpl-102;
|
||||||
maintainers = with maintainers; [ AndersonTorres bbarker
|
maintainers = with maintainers; [ AndersonTorres bbarker
|
||||||
ftrvxmtrx kovirobi ];
|
ftrvxmtrx kovirobi ];
|
||||||
platforms = platforms.unix;
|
platforms = remove "aarch64-linux" platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# TODO: investigate the mouse chording support patch
|
# TODO: investigate the mouse chording support patch
|
||||||
|
|||||||
Reference in New Issue
Block a user