···87 --replace '# Start the server\n' '${patch}'
88 '';
8990- meta = with lib; {
91 description = "Use any remote machine with a SSH server as your development environment.";
92- license = licenses.unfree;
93- maintainers = with maintainers; [ SuperSandro2000 tbenst ];
94 };
95}
···87 --replace '# Start the server\n' '${patch}'
88 '';
8990+ meta = {
91 description = "Use any remote machine with a SSH server as your development environment.";
92+ license = lib.licenses.unfree;
93+ maintainers = [ lib.maintainers.SuperSandro2000 lib.maintainers.tbenst ];
94 };
95}
···80 wrapProgram $out/share/vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 --prefix PATH : ${lib.makeBinPath [ gdb ]}
81 '';
8283- meta = with lib; {
84 description = "The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.";
85 homepage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools";
86- license = licenses.unfree;
87- maintainers = with maintainers; [ jraygauthier stargate01 ];
88 platforms = [ "x86_64-linux" ];
89 };
90}
···80 wrapProgram $out/share/vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 --prefix PATH : ${lib.makeBinPath [ gdb ]}
81 '';
8283+ meta = {
84 description = "The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.";
85 homepage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools";
86+ license = lib.licenses.unfree;
87+ maintainers = [ lib.maintainers.jraygauthier lib.maintainers.stargate01 ];
88 platforms = [ "x86_64-linux" ];
89 };
90}
···18 $out/$installPrefix/server/bin/lua-language-server
19 '';
2021- meta = with lib; {
22 description = "The Lua language server provides various language features for Lua to make development easier and faster.";
23 homepage = "https://marketplace.visualstudio.com/items?itemName=sumneko.lua";
24- license = licenses.mit;
25- maintainers = with maintainers; [ lblasc ];
26 };
27}
···18 $out/$installPrefix/server/bin/lua-language-server
19 '';
2021+ meta = {
22 description = "The Lua language server provides various language features for Lua to make development easier and faster.";
23 homepage = "https://marketplace.visualstudio.com/items?itemName=sumneko.lua";
24+ license = lib.licenses.mit;
25+ maintainers = [ lib.maintainers.lblasc ];
26 };
27}