We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0ad5f commit 6148e0cCopy full SHA for 6148e0c
2 files changed
pkgs/tools/system/plan9port/builder.sh
@@ -24,7 +24,6 @@ configurePhase()
24
i?86-*) echo OBJTYPE=386;;
25
*power*) echo OBJTYPE=power;;
26
*sparc*) echo OBJTYPE=sparc;;
27
- *) exit 12
28
esac
29
if [[ $system =~ .*linux.* ]]; then
30
echo SYSVERSION=2.6.x
pkgs/tools/system/plan9port/default.nix
@@ -89,7 +89,7 @@ stdenv.mkDerivation {
89
license = licenses.lpl-102;
90
maintainers = with maintainers; [ AndersonTorres bbarker
91
ftrvxmtrx kovirobi ];
92
- platforms = remove "aarch64-linux" platforms.unix;
+ platforms = platforms.unix;
93
};
94
}
95
# TODO: investigate the mouse chording support patch
0 commit comments