diff --git a/pkgs/by-name/op/openroad/package.nix b/pkgs/by-name/op/openroad/package.nix index 33f61e9271f34..c6c251bc00538 100644 --- a/pkgs/by-name/op/openroad/package.nix +++ b/pkgs/by-name/op/openroad/package.nix @@ -96,6 +96,9 @@ stdenv.mkDerivation rec { patchShebangs --build etc/find_messages.py # Disable two tests that are failing curently. sed 's/^.*partition_gcd/# \0/g' -i src/par/test/CMakeLists.txt + # fix build with gcc15 + sed -e '39i #include ' -i src/gpl/src/placerBase.h + sed -e '37i #include ' -i src/gpl/src/routeBase.h ''; cmakeFlags = [