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

This commit is contained in:
wxlyyy
2025-06-17 18:08:44 +08:00
parent c1da900e73
commit 02ba3527de
2 changed files with 4 additions and 0 deletions
@@ -26,6 +26,8 @@ stdenv.mkDerivation {
libxmlxx3
];
NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
buildFlags = [ "gtk3" ];
meta = with lib; {
@@ -29,6 +29,8 @@ stdenv.mkDerivation {
];
makeFlags = [ "gtk3" ];
NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
installPhase = ''
runHook preInstall