lsp-plugins: disable on aarch64
does not build on aarch64 https://github.com/sadko4u/lsp-plugins/issues/56
This commit is contained in:
parent
782d3b5777
commit
9008b890ff
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue