3
0
Fork 0
forked from mirrors/nixpkgs

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/;
license = licenses.gpl3;
maintainers = with maintainers; [ chattered peterhoeg ];
platforms = platforms.linux;
platforms = subtractLists ["aarch64-linux"] platforms.linux;
};
}