Unverified Commit 2b37eced authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

libmpd: Fix GCC 14 build (#367692)

parents 5841ea7f 2181bfd0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@ stdenv.mkDerivation (finalAttrs: {
    cp -r doc/html $devdoc/share/devhelp/libmpd/doxygen
  '';

  # Fix GCC 14 build
  # https://hydra.nixos.org/build/281958201/nixlog/3
  env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";

  meta = with lib; {
    description = "Higher level access to MPD functions";
    homepage = "https://www.musicpd.org/download/libmpd/";