mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
cwiid: link with libbluetooth explicitly
This commit is contained in:
parent
e828ad6ad9
commit
ef5baf894c
@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lbluetooth"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
# Some programs (for example, cabal-install) have problems with the double 0
|
||||
sed -i -e "s/0.6.00/0.6.0/" $out/lib/pkgconfig/cwiid.pc
|
||||
|
Loading…
Reference in New Issue
Block a user