whois: make it read /etc/whois.conf (#501565)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user