3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2081 commits

Author SHA1 Message Date
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
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Artturin a91459c929
inxi: add pciutils (optional dependency) 2021-01-09 14:47:17 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Anderson Torres 69534f39a7
Merge pull request #106985 from Technical27/master
auto-cpufreq: init at 1.5.1
2021-01-08 16:16:45 -03:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Peter Hoeg 8436064b26 clinfo: make it build again 2021-01-06 22:53:39 +08:00
Phillip Cloud 014007ff20 consul-template: 0.19.4 -> 0.25.1 2021-01-05 14:51:10 -08:00
zowoq 517241f354 gdu: 2.0.0 -> 2.1.0
https://github.com/dundee/gdu/releases/tag/v2.1.0
2021-01-05 18:44:43 +10:00
Sandro 51e2708f58
Merge pull request #108372 from fabaff/gdu
gdu: init at 2.0.0
2021-01-05 03:12:00 +01:00
Frederik Rietdijk b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Vladimír Čunát 1a57d96edd
efivar: fixup build on i686-linux
Fixes #108375.  (I built the ISO locally)
I believe the report is a false positive.
2021-01-04 18:00:34 +01:00
Fabian Affolter d5482c2ad2 gdu: init at 2.0.0 2021-01-04 08:51:06 +01:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Lassulus 915ad2e9d8
Merge pull request #107306 from rissson/pkgs-netdata-1.28.0
netdata: 1.26.0 -> 1.28.0
2021-01-01 01:17:05 +01:00
Aamaruvi Yogamani 8f56e4f92d
autocpu-freq: init at 1.5.1 2020-12-30 08:48:55 -05:00
Maximilian Bosch bcf86f58ea
Merge pull request #107138 from avdv/colorls-1.4.3
colorls: 1.4.2 -> 1.4.3
2020-12-23 21:22:47 +01:00
Fabian Affolter b36e05ef2f htop: 3.0.3 -> 3.0.4 2020-12-22 13:01:33 +01:00
Daniël de Kok 86477dafbb
Merge pull request #107136 from danieldk/rocm-4.0.0
rocm: 3.10.0 -> 4.0.0
2020-12-21 22:05:10 +01:00
Marc 'risson' Schmitt 6e9d407ba9
netdata: 1.26.0 -> 1.28.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:36 +01:00
Marc 'risson' Schmitt def31099fe
netdata: go.d.plugin: 0.25.0 -> 0.26.2
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:19 +01:00
Sandro 0e811b6742
daemon: Fix compilation on darwin (#105640)
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-20 17:49:21 +01:00
Milan Pässler 37a9fb0a4a bottom: fix build on aarch64 2020-12-20 13:03:18 +01:00
Nicolas Berbiche 71ca741ab2 bottom: 0.5.4 -> 0.5.6 2020-12-20 02:53:35 +01:00
Daniël de Kok 3cdb918f62 rocm-smi: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Michael Weiss 7ad0bc5bd6
inxi: 3.2.00-1 -> 3.2.01-1 2020-12-18 13:04:33 +01:00
Claudio Bley c48493ffa1 colorls: 1.4.2 -> 1.4.3 2020-12-18 08:47:12 +01:00
Michael Weiss bb78df4b27
inxi: 3.1.09-1 -> 3.2.00-1 2020-12-16 12:27:58 +01:00
R. RyanTM 04de674c5e bottom: 0.5.3 -> 0.5.4 2020-12-11 10:39:54 +00:00
Ryan Mulligan f0c414d510
Merge pull request #106278 from r-ryantm/auto-update/htop
htop: 3.0.2 -> 3.0.3
2020-12-07 14:33:39 -08:00
R. RyanTM 2313a2908e htop: 3.0.2 -> 3.0.3 2020-12-07 20:04:18 +00:00
Bart Brouns fa500db28e
thinkfan: 1.1 -> 1.2.1 (#104325) 2020-12-07 14:38:22 +00:00
R. RyanTM 176cfbf1d1 fio: 3.24 -> 3.25 2020-12-05 13:49:46 +00:00
R. RyanTM e505956b94 nvtop: 1.0.0 -> 1.1.0 2020-12-04 18:19:54 +00:00
Ivan Malison 1d9e29e40d
rofi-systemd: 0.1.0 -> 0.1.1 2020-12-03 18:25:23 -08:00
Blaž Hrastnik f0e25ca158 thermald: 2.3 -> 2.4.1 2020-12-03 12:45:58 +09:00
Daniël de Kok ebf687af35
Merge pull request #105474 from danieldk/rocm-3.10.0
rocm: update to 3.10.0
2020-12-02 06:53:18 +01:00
Sandro Jäckel 9752b47524
daemon: switch to pname, version; cleanups 2020-12-02 02:13:21 +01:00
R. RyanTM a992accb31 daemon: 0.6.4 -> 0.7 2020-12-01 22:49:42 +00:00
Daniël de Kok 5acfa2f9c8 rocm-smi: 3.9.0 -> 3.10.0 2020-12-01 07:43:31 +01:00
Mario Rodas ce0567ea0f
Merge pull request #105208 from marsam/bottom-install-completions
bottom: install completions
2020-11-28 14:32:17 -05:00
Martin Weinelt 950bb14520
Merge pull request #105185 from r-ryantm/auto-update/hwinfo
hwinfo: 21.70 -> 21.71
2020-11-28 18:32:09 +01:00
Mario Rodas ca088588a0
Merge pull request #105081 from berbiche/bottom-0.5.2
bottom: 0.5.1 -> 0.5.3
2020-11-27 23:21:10 -05:00
R. RyanTM 2597669430 hwinfo: 21.70 -> 21.71 2020-11-27 23:35:27 +00:00
Mario Rodas b07f6b1024 bottom: install completions 2020-11-27 04:20:00 +00:00
Francois Marier 686b2a2ac8
safe-rm: Update git repository
Gitorious is long gone and the upstream repository is now on Launchpad: https://code.launchpad.net/safe-rm
2020-11-27 03:02:10 +01:00
Nicolas Berbiche f0dfa24190
bottom: 0.5.1 -> 0.5.3 2020-11-26 20:19:12 -05:00
Sandro cb7b8bcd84
Merge pull request #102274 from evils/tuptime 2020-11-25 23:00:44 +01:00