nixpkgs/pkgs/tools/system/inxi
David Guibert 18b5ca29f5 inxi: enable json output
Before this patch:
$ inxi --output json --output-file output.json $additional_args
Error 80: The required json Perl module is not installed:
Cpanel::JSON::XS OR JSON::XS
See --recommends for more information.

With this patch, it works as expected:
$ inxi --output json --output-file output.json $additional_args
Writing JSON data to: output.json
Data written successfully.
2019-10-09 08:30:56 -07:00
..
default.nix inxi: enable json output 2019-10-09 08:30:56 -07:00