File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
pkgs/applications/editors/vscode/extensions Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ vscode-utils ,
4+ } :
5+ vscode-utils . buildVscodeMarketplaceExtension {
6+ mktplcRef = {
7+ name = "blueprint-gtk" ;
8+ publisher = "bodil" ;
9+ version = "0.2.0" ;
10+ hash = "sha256-A4H/o/HsjQKKee46VZJsjY7EB+1iOm4RWxHKcRLmkEY=" ;
11+ } ;
12+
13+ meta = {
14+ description = "Gtk Blueprint language support." ;
15+ license = lib . licenses . lgpl3 ;
16+ downloadPage = "https://marketplace.visualstudio.com/items?itemName=bodil.blueprint-gtk" ;
17+ maintainers = [ lib . maintainers . lyndeno ] ;
18+ } ;
19+ }
Original file line number Diff line number Diff line change 762762 } ;
763763 } ;
764764
765+ bodil . blueprint-gtk = callPackage ./bodil.blueprint-gtk { } ;
766+
765767 bradgashler . htmltagwrap = buildVscodeMarketplaceExtension {
766768 mktplcRef = {
767769 publisher = "bradgashler" ;
You can’t perform that action at this time.
0 commit comments