Unverified Commit 5aa32b1e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

deadbeefPlugins.lyricbar & deadbeefPlugins.musical-spectrum: fix build (#417494)

parents 3368cc4d 02ba3527
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ stdenv.mkDerivation {
    libxmlxx3
  ];

  NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";

  buildFlags = [ "gtk3" ];

  meta = with lib; {
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ stdenv.mkDerivation {
  ];
  makeFlags = [ "gtk3" ];

  NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";

  installPhase = ''
    runHook preInstall