ipmitool: fix IANA registry warnings

This commit is contained in:
Stefan Frijters 2025-05-20 01:12:38 +02:00
parent 92957e57af
commit 6d85cc6c1c
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

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";