acme: build for aarch64
This commit is contained in:
parent
ed0ad5f792
commit
6148e0ca85
2 changed files with 1 additions and 2 deletions
pkgs/tools/system/plan9port
|
@ -24,7 +24,6 @@ configurePhase()
|
|||
i?86-*) echo OBJTYPE=386;;
|
||||
*power*) echo OBJTYPE=power;;
|
||||
*sparc*) echo OBJTYPE=sparc;;
|
||||
*) exit 12
|
||||
esac
|
||||
if [[ $system =~ .*linux.* ]]; then
|
||||
echo SYSVERSION=2.6.x
|
||||
|
|
|
@ -89,7 +89,7 @@ stdenv.mkDerivation {
|
|||
license = licenses.lpl-102;
|
||||
maintainers = with maintainers; [ AndersonTorres bbarker
|
||||
ftrvxmtrx kovirobi ];
|
||||
platforms = remove "aarch64-linux" platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
# TODO: investigate the mouse chording support patch
|
||||
|
|
Loading…
Reference in a new issue