Skip to content

Commit

Permalink
libmpd: Fix GCC 14 build (NixOS#367692)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored Dec 23, 2024
2 parents 5841ea7 + 2181bfd commit 2b37ece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/li/libmpd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down

0 comments on commit 2b37ece

Please sign in to comment.