Commit Graph

139 Commits

Author SHA1 Message Date
Claes Hallström
d174bf438b nixos/glances: init module 2024-11-13 00:06:47 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08: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
R. Ryantm
95955652ca supergfxctl: 5.2.1 -> 5.2.4 2024-10-14 06:00:18 +00:00
K900
9f7a57ffb1
asusctl: 6.0.9 -> 6.0.12 (#343646) 2024-10-05 09:44:32 +03:00
Peder Bergebakken Sundt
b3592680f3
thumbdrives: 0.3.1 -> 0.3.2 (#343964) 2024-09-25 10:41:35 +02: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
Luflosi
f2000aea85
thumbdrives: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-23 14:35:10 +02:00
Luflosi
400a39abec
thumbdrives: add Luflosi as maintainer 2024-09-23 14:34:33 +02:00
K900
eb2f0760dd asusctl: 6.0.9 -> 6.0.12
Diff: https://gitlab.com/asus-linux/asusctl/-/compare/6.0.9...6.0.12
2024-09-22 07:28:56 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
R. Ryantm
d554e318c3 monitor: 0.17.1 -> 0.17.2 2024-09-18 11:17:22 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Sandro
4c64146e45
treewide: Retire srgom from meta.maintainers (#337930)
The GitHub account has been inactive for 4+ years.

This is sadly necessary due to the delays in reviews/merges when others are waiting for the requested maintainers to review the PR.

Instructions for re-adding once you return https://github.com/NixOS/nixpkgs/tree/master/maintainers#how-to-become-a-maintainer

We appreciate your past and future contributions.

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-09-05 21:23:41 +03:00
Guy Boldon
8646b99d69
coolercontrol.*: 1.3.0 -> 1.4.0 2024-07-27 19:33:42 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Franz Pletz
95b7d892b3
Merge pull request #326669 from qubitnano/glances 2024-07-23 23:16:52 +02:00
Anderson Torres
2ac414fa93 treewide: remove dtzWill as maintainer [no orphans]
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.
2024-07-17 13:25:27 -03:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08: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
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Guy Boldon
22b1e2447b
coolercontrol.*: 1.2.2 -> 1.3.0 2024-06-07 21:18:31 +02: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
Aleksana
efb53136d3
Merge pull request #313271 from Sigmanificient/remove-fetchpatch-pkgs-apps
pkgs/applications: remove uneeded fetchpatch arguments
2024-05-21 20:31:07 +08:00
K900
fb03c9c558 asusctl: 6.0.6 -> 6.0.9
Diff: https://gitlab.com/asus-linux/asusctl/-/compare/6.0.6...6.0.9
2024-05-21 10:27:12 +03:00
Sigmanificient
0058552891 pkgs/applications: remove uneeded fetchpatch arguments 2024-05-21 03:12:20 +02:00
K900
4c976baa02 asusctl: 5.0.10 -> 6.0.6 2024-05-11 15:11:40 +03:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
K900
505b2b9169
Merge pull request #302242 from 500InternalError/asusctl-5.0.10
asusctl: 5.0.7 -> 5.0.10
2024-04-15 08:39:21 +03:00
OPNA2608
bbc0a5ee52
coolercontrol.coolercontrold: Hardcode a shell
So we don't need to add bash to the service's PATH
2024-04-13 12:24:02 +02:00
Guy Boldon
5bb6726e84
coolercontrol.*: 1.1.1 -> 1.2.2 2024-04-13 12:24:02 +02:00
500InternalError
f89c670a01 asusctl: 5.0.7 -> 5.0.10 2024-04-09 17:38:19 +08:00
R. Ryantm
225a7ccb57 monitor: 0.17.0 -> 0.17.1 2024-04-05 10:01:03 +00: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
R. Ryantm
14ce6f1cbe supergfxctl: 5.1.2 -> 5.2.1 2024-03-18 02:14:46 +00:00
Guy Boldon
0824756d05
coolercontrol.*: init at 1.1.1 2024-02-16 19:16:24 +01:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Tomáš Vacek
d1a3004c22 asusctl: 5.0.6 -> 5.0.7 2024-01-05 11:41:12 +01:00
Tomáš Vacek
497dafcea0 asusctl: 5.0.2 -> 5.0.6 2023-12-28 11:22:38 +01:00
R. Ryantm
90fa836143 qjournalctl: 0.6.3 -> 0.6.4 2023-12-26 01:36:02 +00:00
jacekpoz
1ab2c85709
asusctl: 5.0.0 -> 5.0.2 2023-12-21 13:07:55 +01:00
K900
6de3122f43 asusctl: 4.7.2 -> 5.0.0 2023-12-12 22:07:22 +03:00
K900
1ec772ee91 supergfxctl: 5.1.1 -> 5.1.2 2023-12-12 21:51:10 +03:00