vscode-extensions.vadimcn.vscode-lldb: mark as broken on darwin
This commit is contained in:
parent
2cc65ccf6d
commit
c5a82fbadb
@ -95,7 +95,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/vadimcn/vscode-lldb";
|
homepage = "https://github.com/vadimcn/vscode-lldb";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ oxalica ];
|
maintainers = with maintainers; [ oxalica ];
|
||||||
# Build failed on x86_64-darwin.
|
platforms = platforms.all;
|
||||||
platforms = [ "x86_64-linux" ];
|
broken = stdenv.isDarwin; # Build failed on x86_64-darwin currently.
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user