Commit Graph

43 Commits

Author SHA1 Message Date
Claes Hallström
d174bf438b nixos/glances: init module 2024-11-13 00:06:47 +01:00
natsukium
0289fb4b57
glances: enable tests on linux 2024-11-01 23:04:11 +09:00
natsukium
06bf35c3f8
glances: switch to pypa builder 2024-11-01 23:03:47 +09:00
R. Ryantm
9e212d6d29 glances: 4.1.2.1 -> 4.2.0 2024-10-25 21:09:43 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
qubitnano
f89edac370 glances: 4.0.8-unstable-2024-06-09 -> 4.1.2.1 2024-07-12 18:21:10 -04:00
Paul Meyer
fbe8538aa1 treewide: remove jonringer as package maintainer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 09:16:56 +02:00
Florian Brandes
3ed0e6824c glances: update to unstable 4.0.8
test 105 and 107 failed on aarch64. Upstream fixes those but
cherry-picking would require pulling in many different commits, so
updating to this unstable relase is cleaner.

See upstream issue on https://github.com/nicolargo/glances/issues/2819

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-06-20 20:37:33 -05:00
Franz Pletz
1c8e610119
glances: reformat and update dependencies 2024-06-03 03:01:33 +02:00
R. Ryantm
0bef709e87 glances: 4.0.6 -> 4.0.7 2024-05-31 16:32:30 +00:00
R. Ryantm
24641e566d glances: 3.4.0.5 -> 4.0.6 2024-05-25 23:59:33 +00:00
Sigmanificient
0058552891 pkgs/applications: remove uneeded fetchpatch arguments 2024-05-21 03:12:20 +02:00
qubitnano
35a41d0dae glances: 3.4.0.3 -> 3.4.0.5 2024-03-24 13:47:03 -04:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Peder Bergebakken Sundt
f41aba3739 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
qubitnano
61a5cbd208 sha256 -> hash 2023-10-03 23:32:03 -04:00
qubitnano
e10c2c7e9a glances: 3.4.0.2 -> 3.4.0.3 2023-10-03 23:26:35 -04:00
Ryan Horiguchi
6e3500fdd0 glances: 3.3.1 -> 3.4.0.2 2023-05-23 19:10:15 +02:00
Luflosi
262987f52d
glances: 3.3.0 -> 3.3.1
https://github.com/nicolargo/glances/releases/tag/v3.3.1
2023-01-26 11:10:37 +01:00
R. Ryantm
3d0ad18747 glances: 3.2.7 -> 3.3.0 2022-10-29 10:43:18 +00:00
Ryan Horiguchi
550f8b9ddd
glances: 3.2.6.4 -> 3.2.7 2022-07-31 12:34:58 +02:00
Jiajie Chen
efb1ce5cd0 glances: fix tests on darwin
Apply changes from https://github.com/nicolargo/glances/pull/2082
2022-07-11 20:00:05 +08:00
Jonathan Ringer
55c9d73fb2 glances: 3.2.5 -> 3.2.6.4 2022-06-16 09:24:09 -07:00
Ryan Horiguchi
5c43c429b7 glances: 3.2.4.2 -> 3.2.5 2022-06-07 09:23:44 -05:00
Michael Weiss
ebbca75dc2 glances: 3.2.3.1 -> 3.2.4.2 2021-11-22 21:15:21 -08:00
Sandro
7dc8038904
Merge pull request #135048 from primeos/glances 2021-08-21 20:59:45 +02:00
Michael Weiss
7ec6b6bb22
glances: 3.2.3 -> 3.2.3.1 2021-08-21 11:13:34 +02:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
R. RyanTM
98d8f2e8fe glances: 3.2.2 -> 3.2.3 2021-08-15 01:13:14 +00:00
R. RyanTM
f1561b7f4d glances: 3.2.1 -> 3.2.2 2021-07-25 08:36:31 +00:00
Michael Weiss
c05bef5bc5 glances: 3.2.0 -> 3.2.1 2021-07-10 09:22:46 -07:00
Michael Weiss
035ba51146
glances: 3.1.7 -> 3.2.0 2021-07-03 11:46:13 +02:00
Michael Weiss
501956b985
glances: 3.1.6.2 -> 3.1.7 2021-05-02 21:22:56 +02:00
Sandro Jäckel
f54ac06752
glances: remove unused input 2021-02-22 01:16:18 +01:00
Michael Weiss
cd4c376baf
glances: 3.1.6.1 -> 3.1.6.2 2021-02-07 19:28:01 +01:00
Michael Weiss
8ef056ba72
glances: 3.1.6 -> 3.1.6.1 2021-01-24 14:56:36 +01:00
Michael Weiss
a57e182ed6
glances: 3.1.5 -> 3.1.6 2021-01-23 14:14:07 +01:00
Luflosi
b3053385e5
glances: add py-cpuinfo dependency
This enables the Quicklook CPU info module.
2020-10-25 10:45:20 +01:00
Michael Weiss
465985bd8e
glances: 3.1.4.1 -> 3.1.5 2020-08-19 16:20:03 +02:00
Luflosi
66bed3798b glances: remove batinfo dependency
batinfo is no longer in the list of optional dependencies since fd45d4121a. batinfo seems to no longer be maintained and also doesn't work on macOS, causing the sensors plugin of glances to fail. glances automatically uses psutil when batinfo is not available.
2020-07-06 20:20:45 -07:00
Michael Weiss
63805796c6
glances: 3.1.4 -> 3.1.4.1 2020-03-25 19:01:01 +01:00
Michael Weiss
152dddaa8f glances: 3.1.3 -> 3.1.4 2020-03-12 00:13:27 +00:00
Jonathan Ringer
cad99590a2 glances: move from python-module to application 2020-02-29 15:07:44 -08:00