digitemp: fix build with gcc 15 (#490244)

This commit is contained in:
Aleksana
2026-03-05 11:53:45 +00:00
committed by GitHub
+8
View File
@@ -1,5 +1,6 @@
{
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 = [