9 vscode-utils.buildVscodeMarketplaceExtension {
12 publisher = "sourcery";
14 hash = "sha256-wQt2T7RhQ5qU4P7J0vQwzc9mL40pDY5tS0HILhy4twg=";
18 pushd sourcery_binaries/install
19 rm -r win ${if stdenv.hostPlatform.isLinux then "mac" else "linux"}
23 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ];
26 (lib.getLib stdenv.cc.cc)
31 changelog = "https://sourcery.ai/changelog/";
32 description = "VSCode extension for Sourcery, an AI-powered code review and pair programming tool for Python";
33 downloadPage = "https://marketplace.visualstudio.com/items?itemName=sourcery.sourcery";
34 homepage = "https://github.com/sourcery-ai/sourcery-vscode";
35 license = lib.licenses.unfree;
36 maintainers = with lib.maintainers; [ tomasajt ];