Commit graph

11 commits

Author SHA1 Message Date
Michael Weiss e9077fc706
inxi: 3.0.36-1 -> 3.0.37-1 2019-11-29 13:14:25 +01:00
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
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Michael Weiss 6347116187
inxi: 3.0.35-1 -> 3.0.36-1 2019-08-15 11:11:00 +02:00
Michael Weiss 70aeeef882
inxi: 3.0.34-1 -> 3.0.35-1 2019-07-17 18:40:12 +02:00
Michael Weiss 83e8638fe9
inxi: 3.0.33-1 -> 3.0.34-1 2019-05-01 16:16:57 +02:00
Michael Weiss e6a3229626
inxi: 3.0.32-1 -> 3.0.33-1 2019-03-30 11:31:31 +01:00
Michael Weiss b0db4571a4
inxi: 3.0.31-1 -> 3.0.32-1 2019-02-08 19:33:31 +01:00
Michael Weiss 320a57198f
inxi: 3.0.30-1 -> 3.0.31-1 2019-02-07 20:47:23 +01:00
Michael Weiss 041ff813f4
inxi: init at 3.0.30-1 2019-01-13 19:47:32 +01:00