Collision between localsend and yubioath-flutter

Hi,

I am trying to install localsend and yubioath-flutter on NixOS and I am getting this collision error.

building the system configuration...
trace: warning: nixfmt was renamed to nixfmt-classic. The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style
error: builder for '/nix/store/fqafhh3436zkmhps80sjfqkl6z46x15a-home-manager-path.drv' failed with exit code 25;
       last 1 log lines:
       > error: collision between `/nix/store/8jzkn4akskcjyl004bvn6pp0rzmym58s-yubioath-flutter-6.4.0/app/lib/libflutter_linux_gtk.so' and `/nix/store/a3976z9zw3q5453nk143nzm2s5a0c7z1-localsend-1.14.0/app/lib/libflutter_linux_gtk.so'
       For full logs, run 'nix log /nix/store/fqafhh3436zkmhps80sjfqkl6z46x15a-home-manager-path.drv'.
error: 1 dependencies of derivation '/nix/store/d82bmibmvcar570sn6kd3gifs35pi2fx-home-manager-generation.drv' failed to build
error: 1 dependencies of derivation '/nix/store/sry15wflrrimlsxfw6jbkyrmpzf240w9-user-environment.drv' failed to build
error: 1 dependencies of derivation '/nix/store/z08kj69izz0xc4zs09xbbh5s11xrvhcq-etc.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ymqjvyxdjwzqfmcnz7hdwp3vslh8k9h7-nixos-system-amd-nixos-24.05.20240403.d03a448.drv' failed to build

Does anyone know how to fix this?

Thank you.