libmhash: fix build regression with clang (#473512)

This commit is contained in:
Vladimír Čunát
2025-12-25 08:32:40 +00:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
patches = [ ./autotools-define-conflict-debian-fix.patch ];
# Fix build with gcc15
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
configureFlags = [ "CFLAGS=-std=gnu17" ];
meta = {
description = "Hash algorithms library";