lsp-plugins: disable on aarch64

does not build on aarch64 https://github.com/sadko4u/lsp-plugins/issues/56
This commit is contained in:
Mario Rodas
2019-10-22 07:47:45 -05:00
parent 782d3b5777
commit 9008b890ff
@@ -154,6 +154,6 @@ stdenv.mkDerivation rec {
homepage = https://lsp-plug.in;
maintainers = with maintainers; [ magnetophon ];
license = licenses.gpl2;
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}