nixpkgs/pkgs/development/libraries/libftdi
Adam Joseph 2834df37a8 libftdi: do not force a build of python if !pythonSupport
libftdi has a `pythonSupport` parameter, but still produces a
(build-time) dependency on python even when it is set to `false`.
This commit corrects that.

This allows building tiny systems (think embedded widgets) that need
libftdi, without having to cross-build all of python for the target
system.
2023-01-01 15:58:37 -08:00
..
1.x.nix libftdi: do not force a build of python if !pythonSupport 2023-01-01 15:58:37 -08:00
default.nix