Update dependencies

This commit is contained in:
2024-11-25 06:56:42 +01:00
parent dd3dca74c0
commit 7e488f71f8
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ pkgs.stdenv.mkDerivation rec {
];
buildInputs = with pkgs; [
libusb
libusb1
] ++ lib.optionals full [
gtk3

View File

@@ -13,7 +13,7 @@ pkgs.stdenv.mkDerivation rec {
];
buildInputs = with pkgs; [
libusb
libusb1
hidapi
];