We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae4873 + 99833b1 commit cbbed36Copy full SHA for cbbed36
pkgs/applications/audio/jamesdsp/default.nix
@@ -66,6 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
66
67
qmakeFlags = lib.optionals usePulseaudio [ "CONFIG+=USE_PULSEAUDIO" ];
68
69
+ # https://github.com/Audio4Linux/JDSP4Linux/issues/228
70
+ env.NIX_CFLAGS_COMPILE = toString [
71
+ "-Wno-error=incompatible-pointer-types"
72
+ "-Wno-error=implicit-int"
73
+ "-Wno-error=implicit-function-declaration"
74
+ ];
75
+
76
desktopItems = [
77
(makeDesktopItem {
78
name = "jamesdsp";
0 commit comments