Commit 66e5611b authored by Xiangyan Sun's avatar Xiangyan Sun
Browse files

python3Packages.scikits-odes-daepack: fix build with gcc15

parent db985dfa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@ buildPythonPackage rec {
  # no tests
  doCheck = false;

  # https://github.com/bmcage/odes/pull/204
  env.NIX_CFLAGS_COMPILE = "-std=gnu17";

  meta = scikits-odes-core.meta // {
    description = "Wrapper around daepack";
    homepage = "https://github.com/bmcage/odes/blob/master/packages/scikits-odes-daepack";