···2324 nativeBuildInputs = [ autoreconfHook pkgconfig ];
25000026 postInstall = ''
27 # Some programs (for example, cabal-install) have problems with the double 0
28 sed -i -e "s/0.6.00/0.6.0/" $out/lib/pkgconfig/cwiid.pc
···2324 nativeBuildInputs = [ autoreconfHook pkgconfig ];
2526+ NIX_LDFLAGS = [
27+ "-lbluetooth"
28+ ];
29+30 postInstall = ''
31 # Some programs (for example, cabal-install) have problems with the double 0
32 sed -i -e "s/0.6.00/0.6.0/" $out/lib/pkgconfig/cwiid.pc