Skip to content

Commit

Permalink
acme: build for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Jul 28, 2020
1 parent ed0ad5f commit 6148e0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/tools/system/plan9port/builder.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/system/plan9port/default.nix
Expand Up @@ -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

0 comments on commit 6148e0c

Please sign in to comment.