guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64564: [PATCH 1/1] gnu: teensy-loader-cli: Fix input


From: Maxim Cournoyer
Subject: bug#64564: [PATCH 1/1] gnu: teensy-loader-cli: Fix input
Date: Tue, 05 Sep 2023 23:24:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

peter@polidoro.io writes:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/flashing-tools.scm (): Update to .
> ---
>  gnu/packages/flashing-tools.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
> index 19219a6d7e..db29e79e80 100644
> --- a/gnu/packages/flashing-tools.scm
> +++ b/gnu/packages/flashing-tools.scm
> @@ -244,7 +244,7 @@ (define-public teensy-loader-cli
>                 (install-file "teensy_loader_cli" bin)
>                 #t))))))
>      (inputs
> -     (list libusb-compat))
> +     (list libusb-0.1))

libusb-compat has been fixed, so this change is no longer needed.

Closing.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]