ipmitool: fix IANA registry warnings

This commit is contained in:
Stefan Frijters
2025-05-20 01:14:45 +02:00
parent 92957e57af
commit 6d85cc6c1c
+5 -4
View File
@@ -37,12 +37,13 @@ stdenv.mkDerivation {
readline
];
postPatch = ''
cp ${iana-enterprise-numbers} enterprise-numbers
'';
configureFlags = [ "--disable-registry-download" ];
postInstall = ''
# Install to path reported in configure as "Set IANA PEN dictionary search path to ..."
install -Dm444 ${iana-enterprise-numbers} $out/share/misc/enterprise-numbers
'';
meta = {
description = "Command-line interface to IPMI-enabled devices";
mainProgram = "ipmitool";