Skip to content

Commit

Permalink
mpb: fix build with gcc-14
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Dec 27, 2024
1 parent 8d86075 commit 0efb6fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/mp/mpb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ stdenv.mkDerivation rec {
perl
];

# Required for build with gcc-14
env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";

enableParallelBuilding = true;

configureFlags = [
Expand Down

0 comments on commit 0efb6fa

Please sign in to comment.