Update dependencies

This commit is contained in:
Přemysl Eric Janouch 2024-11-25 06:56:42 +01:00
parent dd3dca74c0
commit 7e488f71f8
Signed by: p
GPG Key ID: A0420B94F92B9493
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
];