Merge pull request #148330 from netcrns/uppy-companion

nodePackages.@uppy/companion: init at 3.1.1
This commit is contained in:
Manuel Bärenz 2022-02-07 15:17:40 +01:00 committed by GitHub
commit 5bc03b163a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4060 additions and 4034 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"

File diff suppressed because it is too large Load diff

View file

@ -4273,6 +4273,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 { };