isc-cron: fix build with gcc 15 (#474261)

This commit is contained in:
Sizhe Zhao
2025-12-26 12:18:29 +00:00
committed by GitHub
+6
View File
@@ -1,5 +1,6 @@
{
lib,
fetchpatch,
fetchurl,
stdenv,
replaceVars,
@@ -28,6 +29,11 @@ stdenv.mkDerivation (finalAttrs: {
"/bin"
];
})
# Fix build with gcc 15
(fetchpatch {
url = "https://github.com/vixie/cron/commit/3ce0c3acdf086a82638818635961c70cba2b6ba7.patch";
hash = "sha256-d1vN3TGAAOMlWpMZKnHU/RlZ5pBOl3+IXjZ4UALVqLI=";
})
];
makeFlags = [