Skip to content

Commit 6148e0c

Browse files
author
Emery Hemingway
committed
acme: build for aarch64
1 parent ed0ad5f commit 6148e0c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pkgs/tools/system/plan9port/builder.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ configurePhase()
2424
i?86-*) echo OBJTYPE=386;;
2525
*power*) echo OBJTYPE=power;;
2626
*sparc*) echo OBJTYPE=sparc;;
27-
*) exit 12
2827
esac
2928
if [[ $system =~ .*linux.* ]]; then
3029
echo SYSVERSION=2.6.x

pkgs/tools/system/plan9port/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ stdenv.mkDerivation {
8989
license = licenses.lpl-102;
9090
maintainers = with maintainers; [ AndersonTorres bbarker
9191
ftrvxmtrx kovirobi ];
92-
platforms = remove "aarch64-linux" platforms.unix;
92+
platforms = platforms.unix;
9393
};
9494
}
9595
# TODO: investigate the mouse chording support patch

0 commit comments

Comments
 (0)