deadbeefPlugins.lyricbar & deadbeefPlugins.musical-spectrum: fix build

wxlyyy 02ba3527 c1da900e

+4
+2
pkgs/applications/audio/deadbeef/plugins/lyricbar.nix
··· 26 libxmlxx3 27 ]; 28 29 buildFlags = [ "gtk3" ]; 30 31 meta = with lib; {
··· 26 libxmlxx3 27 ]; 28 29 + NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types"; 30 + 31 buildFlags = [ "gtk3" ]; 32 33 meta = with lib; {
+2
pkgs/applications/audio/deadbeef/plugins/musical-spectrum.nix
··· 29 ]; 30 makeFlags = [ "gtk3" ]; 31 32 installPhase = '' 33 runHook preInstall 34
··· 29 ]; 30 makeFlags = [ "gtk3" ]; 31 32 + NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types"; 33 + 34 installPhase = '' 35 runHook preInstall 36