mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
vscode-extensions.vadimcn.vscode-lldb: x86_64-linux only
This commit is contained in:
parent
1646652b4a
commit
2cc65ccf6d
|
@ -95,6 +95,7 @@ in stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/vadimcn/vscode-lldb";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ oxalica ];
|
||||
platforms = platforms.all;
|
||||
# Build failed on x86_64-darwin.
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue