whois: make it read /etc/whois.conf (#501565)

This commit is contained in:
Franz Pletz
2026-03-22 11:51:25 +00:00
committed by GitHub
+4 -1
View File
@@ -50,7 +50,10 @@ stdenv.mkDerivation (finalAttrs: {
done
'';
makeFlags = [ "HAVE_ICONV=1" ];
makeFlags = [
"HAVE_ICONV=1"
"CONFIG_FILE=/etc/whois.conf"
];
buildFlags = [ "whois" ];
installTargets = [ "install-whois" ];