Unverified Commit 220f6753 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

digitemp: fix build with gcc 15 (#490244)

parents 51ac08b7 52b8c8b2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  fetchFromGitHub,
  fetchpatch,
  lib,
  stdenv,
}:
@@ -15,6 +16,13 @@ stdenv.mkDerivation (finalAttrs: {
    sha256 = "19zka5fcdxhhginaspak76l984iqq9v2j6qrwvi5mvca7bcj8f72";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/bcl/digitemp/commit/fa56b0f78d12f97ac44e0a367d413a9e88611d1c.patch?full_index=1";
      hash = "sha256-1xyVcZKVPtQDPw48i+4Jv9fQCOq46IQZA2wCa5ukr00=";
    })
  ];

  enableParallelBuilding = true;

  makeFlags = [