Sandro
2dd30ffb99
Merge pull request #137193 from fabaff/bump-natscli
2021-09-11 21:08:36 +02:00
Alyssa Ross
35759160d6
acpica-tools: fix cross
...
The default value of INSTALLFLAGS is "-m 555 -s", -s being the option
to run the "strip" program on the installed files. When
cross-compiling, we don't have a strip program (we have
"${stdenv.cc.targetPrefix}strip"), so install fails.
The simplest fix for this is to just remove -s from INSTALLFLAGS,
since stdenv will automatically strip all installed binaries at the
end anyway.
2021-09-10 14:02:48 +00:00
Fabian Affolter
2f7a46c1ea
natscli: 0.0.25 -> 0.0.26
2021-09-09 17:04:59 +02:00
Sebastian Neubauer
52e1574f25
rocm-smi: add update script and fix url
2021-09-09 13:37:59 +02:00
Bernardo Meurer
739c25621f
Merge pull request #136445 from lovesegfault/rocm-hip
...
hip: init at 4.3.1
2021-09-08 10:45:57 -07:00
Domen Kožar
d7ac390254
Merge pull request #137086 from zimbatm/foreman-0.87.2
...
foreman: 0.78.0 -> 0.87.2
2021-09-08 11:59:16 +02:00
zimbatm
50793c3c45
foreman: 0.78.0 -> 0.87.2
...
Fixes #90776
2021-09-08 11:44:30 +02:00
Fabian Affolter
02b9630a70
gdu: 5.6.2 -> 5.7.0
2021-09-07 14:51:31 +02:00
Bernardo Meurer
fae3bbca9b
rocm-smi: 4.1.0 -> 4.3.1
2021-09-02 13:08:44 -07:00
Ryan Mulligan
27a37154de
monit: 5.27.2 -> 5.29.0; format
2021-09-01 16:53:21 -07:00
Maximilian Bosch
ca6920b562
Merge pull request #135189 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.12.11 -> 0.13.00
2021-08-31 20:53:09 +02:00
Sandro Jäckel
7f59b0a98c
gdu: 5.6.0 -> 5.6.2
2021-08-28 01:00:23 +02:00
Sandro Jäckel
c97d75e8e5
openipmi: fix collectd assertion
2021-08-27 18:47:23 +02:00
zowoq
13ea123c74
treewide: buildFlagsArray -> ldflags
2021-08-26 21:35:06 +10:00
Astro
4dacd7461f
collectd: move IOKit input to all-packages.nix
2021-08-25 12:03:19 +02:00
Astro
11a144c6f3
collectd: shorten plugins buildInputs definition
2021-08-25 12:03:19 +02:00
Astro
39adcbca30
collectd: reduce plugin configuration by configuring --disable-all-plugins
2021-08-25 12:03:18 +02:00
Astro
a064c4d533
collectd: remove virt plugin dependencies that are no longer used
2021-08-25 12:03:18 +02:00
Astro
b102c5f715
collectd: add dependencies for plugins notify_email, openldap, openipmi, xencpu
2021-08-25 12:02:59 +02:00
Sandro
9695eaeec8
Merge pull request #132598 from arezvov/openipmi
...
openipmi: add new package
2021-08-22 21:49:37 +02:00
Alexander Rezvov
5f67fc8e69
openipmi: init at 2.0.31
2021-08-22 21:21:55 +02:00
R. RyanTM
39c2e36416
stress-ng: 0.12.11 -> 0.13.00
2021-08-22 05:30:33 +00:00
hdhog
d14e627987
battop: init a version 0.2.4 ( #133012 )
...
* git-chglog: 0.9.1 -> 0.14.2
* added homepage and using buildFlagsArray instead buildPhase
* battop: init a version v0.2.4
battop is an interactive viewer, similar to top, htop and other *top utilities, but about the batteries installed in your notebook.
* fix name in mantainers list
* some fixes
- remove unused imports
- formatting
- remove defaults options
- enable checks
* short description
2021-08-21 15:24:05 +02:00
Maximilian Bosch
9f8378b238
Merge pull request #134853 from r-ryantm/auto-update/throttled
...
throttled: 0.8 -> 0.9.2
2021-08-21 14:16:06 +02:00
zowoq
75949e2f12
gdu: 5.5.0 -> 5.6.0
...
https://github.com/dundee/gdu/releases/tag/v5.6.0
2021-08-20 15:48:16 +10:00
R. RyanTM
59ab825852
throttled: 0.8 -> 0.9.2
2021-08-19 19:26:35 +00:00
Maximilian Bosch
6c64610487
Merge pull request #134171 from Kranzes/auto-update/thermald
...
thermald: 2.4.3 -> 2.4.6
2021-08-19 09:45:47 +02:00
davidak
19c3ab9856
Merge pull request #134583 from lovesegfault/htop-features
...
htop: optionally enable sensors and systemd support on Linux
2021-08-19 01:30:13 +02:00
Vladimír Čunát
7c38b03f74
Merge #131928 : branch 'staging-next'
2021-08-18 22:23:15 +02:00
Alyssa Ross
6e6c8b7338
s6-rc: fix cross builds that run s6-rc-compile
...
The reason for this change is explained in the long comment I added.
Here's a simple example of the problem:
let
pkgs = import <nixpkgs> { crossSystem.system = "aarch64-linux"; };
in
pkgs.callPackage ({ stdenv, s6-rc }: stdenv.mkDerivation {
name = "s6-rc-compiled";
nativeBuildInputs = [ s6-rc ];
buildCommand = ''
mkdir in
s6-rc-compile $out in
'';
}) {}
We're cross compiling for aarch64 here, so we'd expect the scripts
generated by this derivation to be things we could run on aarch64.
But when I build this on my x86_64 machine, without this change
applied, $out/servicedirs/s6rc-oneshot-runner/run gets generated full
of references to x86_64 non-cross store paths for execline, s6, and
s6-rc.
With this change applied, the scripts generated by the above
expression now refer to the cross-compiled aarch64 store paths for
execline, s6, and s6-rc.
2021-08-18 20:09:19 +00:00
Alyssa Ross
1f099b87f9
s6-rc: broaden platforms
2021-08-18 17:33:31 +00:00
github-actions[bot]
90d220f41f
Merge master into staging-next
2021-08-18 12:01:14 +00:00
Michael Raskin
ea7d44eb7f
Merge pull request #134579 from r-ryantm/auto-update/sleuthkit
...
sleuthkit: 4.10.2 -> 4.11.0
2021-08-18 07:01:34 +00:00
Bernardo Meurer
23c81659b5
htop: optionally enable sensors and systemd support on Linux
2021-08-17 18:05:46 -07:00
R. RyanTM
8674bcebc4
sleuthkit: 4.10.2 -> 4.11.0
2021-08-18 00:37:04 +00:00
github-actions[bot]
893d6605ee
Merge master into staging-next
2021-08-18 00:01:24 +00:00
Ben Siraphob
e3e9668c5e
Merge pull request #134515 from r-ryantm/auto-update/uptimed
...
uptimed: 0.4.3 -> 0.4.4
2021-08-17 17:46:57 -05:00
Sandro
925953db85
Merge pull request #134498 from alyssais/minijail
...
minijail: 16 -> 17
2021-08-17 23:56:05 +02:00
Artturi
fc61baca05
Merge pull request #133983 from r-ryantm/auto-update/kmon
...
kmon: 1.5.4 -> 1.5.5
2021-08-17 22:52:17 +03:00
R. RyanTM
e886ecd416
uptimed: 0.4.3 -> 0.4.4
2021-08-17 18:49:02 +00:00
github-actions[bot]
ad00d57d02
Merge master into staging-next
2021-08-17 18:01:12 +00:00
Alyssa Ross
d327f21b1e
minijail: enableParallelBuilding
...
Works for me at -j48.
2021-08-17 17:42:41 +00:00
Alyssa Ross
4cc8b0c6f6
minijail: 16 -> 17
2021-08-17 17:39:06 +00:00
R. RyanTM
ee19862567
nvtop: 1.1.0 -> 1.2.2
2021-08-17 10:38:02 -07:00
Ilan Joselevich
953c19369b
thermald: 2.4.3 -> 2.4.6
2021-08-15 14:32:18 +03:00
R. RyanTM
29e132b22a
kmon: 1.5.4 -> 1.5.5
2021-08-14 10:59:41 +00:00
Jan Tojnar
0aa35561e7
Merge branch 'master' into staging-next
2021-08-14 12:53:07 +02:00
Timothy DeHerrera
4138cbd913
Merge pull request #133535 from ylh/patch-1
...
plan9port: unmark as broken on darwin
2021-08-12 08:41:47 -06:00
Sandro Jäckel
db805c9d36
smartmontools: format, cleanup
2021-08-12 12:00:10 +09:00
Sandro Jäckel
4b1bccf57a
sg3_utils: convert to pname + version
2021-08-12 12:00:10 +09:00