Skip to content

Commit 317b668

Browse files
authored
vscode-extensions.bodil.blueprint-gtk: init at 0.2.0 (NixOS#384836)
2 parents c38a109 + 876edfb commit 317b668

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ let
762762
};
763763
};
764764

765+
bodil.blueprint-gtk = callPackage ./bodil.blueprint-gtk { };
766+
765767
bradgashler.htmltagwrap = buildVscodeMarketplaceExtension {
766768
mktplcRef = {
767769
publisher = "bradgashler";

0 commit comments

Comments
 (0)