mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
ipmitool: fix IANA registry warnings
This commit is contained in:
parent
92957e57af
commit
6d85cc6c1c
1 changed files with 5 additions and 4 deletions
|
@ -37,12 +37,13 @@ stdenv.mkDerivation {
|
||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
cp ${iana-enterprise-numbers} enterprise-numbers
|
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags = [ "--disable-registry-download" ];
|
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 = {
|
meta = {
|
||||||
description = "Command-line interface to IPMI-enabled devices";
|
description = "Command-line interface to IPMI-enabled devices";
|
||||||
mainProgram = "ipmitool";
|
mainProgram = "ipmitool";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue