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 02:30:00 -05:00
parent 782d3b5777
commit 9008b890ff
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

@ -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" ];
};
}