nodePackages.@uppy/companion: init at 3.1.1

This commit is contained in:
netcrns 2021-12-02 18:13:32 +01:00
parent 64cb9c78e1
commit 0ad434aa2c
3 changed files with 7 additions and 0 deletions

View file

@ -415,6 +415,10 @@ let
buildInputs = [ pkgs.libusb1 ];
};
uppy-companion = super."@uppy/companion".override {
name = "uppy-companion";
};
vega-cli = super.vega-cli.override {
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = with pkgs; [

View file

@ -13,6 +13,7 @@
, "@nestjs/cli"
, "@squoosh/cli"
, "@tailwindcss/language-server"
, "@uppy/companion"
, "@vue/cli"
, "@webassemblyjs/cli"
, "@webassemblyjs/repl"

View file

@ -4269,6 +4269,8 @@ with pkgs;
unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
inherit (nodePackages) uppy-companion;
usb-modeswitch = callPackage ../development/tools/misc/usb-modeswitch { };
usb-modeswitch-data = callPackage ../development/tools/misc/usb-modeswitch/data.nix { };