Unverified Commit 317b6687 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.bodil.blueprint-gtk: init at 0.2.0 (#384836)

parents c38a109a 876edfb3
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
{
  lib,
  vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "blueprint-gtk";
    publisher = "bodil";
    version = "0.2.0";
    hash = "sha256-A4H/o/HsjQKKee46VZJsjY7EB+1iOm4RWxHKcRLmkEY=";
  };

  meta = {
    description = "Gtk Blueprint language support.";
    license = lib.licenses.lgpl3;
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=bodil.blueprint-gtk";
    maintainers = [ lib.maintainers.lyndeno ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -762,6 +762,8 @@ let
        };
      };

      bodil.blueprint-gtk = callPackage ./bodil.blueprint-gtk { };

      bradgashler.htmltagwrap = buildVscodeMarketplaceExtension {
        mktplcRef = {
          publisher = "bradgashler";