all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64563] [PATCH 0/1] Fix teensy-loader-cli inputs
@ 2023-07-10 21:17 peter
  2023-07-10 21:17 ` [bug#64564] [PATCH 1/1] gnu: teensy-loader-cli: Fix input peter
  0 siblings, 1 reply; 3+ messages in thread
From: peter @ 2023-07-10 21:17 UTC (permalink / raw)
  To: 64563; +Cc: Peter Polidoro

From: Peter Polidoro <peter@polidoro.io>

When using libusb-compat as an input, the teensy_loader_cli is unable to find libusb during run time. Switching the input to libusb-0.1 makes the teensy_loader_cli run properly.

Peter Polidoro (1):
  gnu: teensy-loader-cli: Fix input

 gnu/packages/flashing-tools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.41.0





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#64564] [PATCH 1/1] gnu: teensy-loader-cli: Fix input
  2023-07-10 21:17 [bug#64563] [PATCH 0/1] Fix teensy-loader-cli inputs peter
@ 2023-07-10 21:17 ` peter
  2023-09-06  3:24   ` bug#64564: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: peter @ 2023-07-10 21:17 UTC (permalink / raw)
  To: 64564; +Cc: Peter Polidoro

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))
     (synopsis "Command line firmware uploader for Teensy development boards")
     (description
      "The Teensy loader program communicates with your Teensy board when the
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#64564: [PATCH 1/1] gnu: teensy-loader-cli: Fix input
  2023-07-10 21:17 ` [bug#64564] [PATCH 1/1] gnu: teensy-loader-cli: Fix input peter
@ 2023-09-06  3:24   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  3:24 UTC (permalink / raw)
  To: peter; +Cc: 64564-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-06  3:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 21:17 [bug#64563] [PATCH 0/1] Fix teensy-loader-cli inputs peter
2023-07-10 21:17 ` [bug#64564] [PATCH 1/1] gnu: teensy-loader-cli: Fix input peter
2023-09-06  3:24   ` bug#64564: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.