acme: build for aarch64

This commit is contained in:
Emery Hemingway 2020-07-28 13:15:23 +02:00
parent ed0ad5f792
commit 6148e0ca85
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@ configurePhase()
i?86-*) echo OBJTYPE=386;; i?86-*) echo OBJTYPE=386;;
*power*) echo OBJTYPE=power;; *power*) echo OBJTYPE=power;;
*sparc*) echo OBJTYPE=sparc;; *sparc*) echo OBJTYPE=sparc;;
*) exit 12
esac esac
if [[ $system =~ .*linux.* ]]; then if [[ $system =~ .*linux.* ]]; then
echo SYSVERSION=2.6.x echo SYSVERSION=2.6.x

View file

@ -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 = remove "aarch64-linux" platforms.unix; platforms = platforms.unix;
}; };
} }
# TODO: investigate the mouse chording support patch # TODO: investigate the mouse chording support patch