Commit graph

40 commits

Author SHA1 Message Date
Michael Weiss 590fa80026
inxi: Remove myself as maintainer 2021-04-17 18:59:41 +02:00
Michael Weiss c7b8db43af
inxi: 3.3.03-1 -> 3.3.04-1 2021-04-17 18:59:40 +02:00
Sandro Jäckel 9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02:00
Michael Weiss b210f45e47
inxi: 3.3.02-1 -> 3.3.03-1 2021-03-18 13:13:28 +01:00
Michael Weiss 05733493b8
inxi: 3.3.01-1 -> 3.3.02-1 2021-03-16 12:17:18 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Michael Weiss a6fa79639a
inxi: 3.3.00-1 -> 3.3.01-1 2021-02-09 21:55:59 +01:00
Michael Weiss c9e9792dbf
inxi: 3.2.02-2 -> 3.3.00-1 2021-01-29 17:11:40 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Weiss 7fb79605a7
inxi: 3.2.02-1 -> 3.2.02-2 2021-01-14 20:32:59 +01:00
Michael Weiss 87d2f1d2b0
inxi: 3.2.01-1 -> 3.2.02-1 2021-01-11 22:25:22 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Artturin a91459c929
inxi: add pciutils (optional dependency) 2021-01-09 14:47:17 +01:00
Michael Weiss 7ad0bc5bd6
inxi: 3.2.00-1 -> 3.2.01-1 2020-12-18 13:04:33 +01:00
Michael Weiss bb78df4b27
inxi: 3.1.09-1 -> 3.2.00-1 2020-12-16 12:27:58 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Michael Weiss 8d8c115dbb
inxi: 3.1.08-1 -> 3.1.09-1 2020-11-12 12:34:27 +01:00
Michael Weiss 69bf6db33e
inxi: 3.1.07-1 -> 3.1.08-1 2020-10-17 19:08:36 +02:00
Michael Weiss 85537bce39
inxi: 3.1.06-1 -> 3.1.07-1 2020-10-01 17:29:51 +02:00
Michael Weiss 47437afc00
inxi: 3.1.05-4 -> 3.1.06-1 2020-08-17 18:00:57 +02:00
Michael Weiss 4c6743c79c
inxi: 3.1.05-2 -> 3.1.05-4 2020-08-13 14:39:05 +02:00
Michael Weiss b739e02e12
inxi: 3.1.05-1 -> 3.1.05-2 2020-07-29 17:22:58 +02:00
Michael Weiss 2c7646b1f3
inxi: 3.1.04-1 -> 3.1.05-1 2020-07-27 22:52:44 +02:00
Michael Weiss 55668eb671
inxi: 3.1.03-1 -> 3.1.04-1 2020-07-01 20:07:51 +02:00
Michael Weiss a209c46bc2
inxi: 3.1.01-1 -> 3.1.03-1 2020-06-13 15:28:08 +02:00
Michael Weiss 84342d7b83
inxi: 3.1.00-1 -> 3.1.01-1 2020-06-02 18:16:32 +02:00
Michael Weiss 18504037c5
inxi: Add a flag to install all recommended tools 2020-04-23 13:56:46 +02:00
Michael Weiss 58f8e4a8c2
inxi: 3.0.38-1 -> 3.1.00-1 2020-04-23 12:51:09 +02:00
Michael Weiss b6a5079800
inxi: 3.0.37-1 -> 3.0.38-1 2020-03-17 19:45:19 +01:00
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