Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cwiid: link with libbluetooth explicitly

+4
+4
pkgs/development/libraries/cwiid/default.nix
··· 23 23 24 24 nativeBuildInputs = [ autoreconfHook pkgconfig ]; 25 25 26 + NIX_LDFLAGS = [ 27 + "-lbluetooth" 28 + ]; 29 + 26 30 postInstall = '' 27 31 # Some programs (for example, cabal-install) have problems with the double 0 28 32 sed -i -e "s/0.6.00/0.6.0/" $out/lib/pkgconfig/cwiid.pc