Skip to content

Commit 9ec0f27

Browse files
committed
cwiid: suppress warning to fix build
Upstream has been dead for 15 years and Kodi uses this for some reason.
1 parent 002c2a7 commit 9ec0f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/cw/cwiid/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
4545
flex
4646
];
4747

48+
NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
4849
NIX_LDFLAGS = "-lbluetooth";
4950

5051
postInstall = ''

0 commit comments

Comments
 (0)