pwgen: Add CFLAGS config

Address #511329 (Darwin regressions from autoconf update)
This commit is contained in:
Ralph Seichter
2026-04-25 04:41:53 +02:00
parent 2af030e5a5
commit 1764fe9086
+2
View File
@@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
autoreconfHook
];
configureFlags = [ "CFLAGS=-std=gnu17" ];
meta = {
description = "Password generator which creates passwords which can be easily memorized by a human";
homepage = "https://github.com/tytso/pwgen";