cwiid: link with libbluetooth explicitly
This commit is contained in:
parent
e828ad6ad9
commit
ef5baf894c
@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lbluetooth"
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Some programs (for example, cabal-install) have problems with the double 0
|
# 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
|
sed -i -e "s/0.6.00/0.6.0/" $out/lib/pkgconfig/cwiid.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user