tome4: aarch64 not supported

This commit is contained in:
xeji 2018-04-05 15:10:04 +02:00
parent 8a65d19e21
commit 6a49d53392

View File

@ -82,6 +82,6 @@ in stdenv.mkDerivation rec {
homepage = https://te4.org/; homepage = https://te4.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ chattered peterhoeg ]; maintainers = with maintainers; [ chattered peterhoeg ];
platforms = platforms.linux; platforms = subtractLists ["aarch64-linux"] platforms.linux;
}; };
} }