SebTM
August 27, 2023, 12:15pm
1073
1 Like
SebTM
August 28, 2023, 11:50am
1076
The extended discussion is due to a (non-regression) bug which has now also been fixed in the PR. Suggestion: merge
https://github.com/NixOS/nixpkgs/pull/241723
chvp
August 30, 2023, 7:48am
1078
phaer
August 30, 2023, 9:55am
1079
Improvements for the healthchecks.io service, reviewed by @Sandro and myself (maintainer)
https://github.com/NixOS/nixpkgs/pull/251323
vccs
August 31, 2023, 6:48am
1080
panicgh
August 31, 2023, 8:50am
1082
SebTM
August 31, 2023, 11:06pm
1083
erdnaxe
September 1, 2023, 8:39am
1084
SebTM
September 2, 2023, 12:18pm
1085
https://github.com/NixOS/nixpkgs/pull/251772
Would be important as it fixes a few issues through the new releases
mad
September 7, 2023, 6:47pm
1089
A few more python packages to enable ratarmount. Clean-up of a 2yo PR
https://github.com/NixOS/nixpkgs/pull/253711
wegank
September 7, 2023, 8:47pm
1090
Blackvoxel, a 3D sandbox game focused on automation
Rather simple mkDerivation, I’m just unsure if the desktop item works properly.
https://github.com/NixOS/nixpkgs/pull/242445
Xash3D
A game engine reimplemention GoldSrc. mkDerivation stuff, rather convoluted. It’s all proprietary games, so you need proprietary assets to run it. You can still build it without assets though.
It has been approved by one person and I haven’t seen any rebuttal since a while.
https://github.com/NixOS/nixpkgs/pull/238392
fallout-ce
mkDerivation, one person approved it (me). Needs assets to run but you can still build it without assets.
https://github.com/NixOS/nixpkgs/pull/239450
wipeout-rewrite
Another proprietary games which needs assets to run. That one is stalling hard. It’s been approved by one person already. I’ve also left one small remark but it should not stop this from being merged.
https://github.com/NixOS/nixpkgs/pull/248915
update to sm64ex, one approval from me, there’s still an open question about whether the commits are properly organized but otherwise it works.
https://github.com/NixOS/nixpkgs/pull/247227
OPNA2608
September 10, 2023, 11:49am
1093
Reviewed, but I added some stuff myself so a second opinion wouldn’t hurt either.
NixOS:master
← codifryed:coolercontrol-0.17.0
opened 09:04PM - 13 Aug 23 UTC
## Description of changes
<!--
For package updates please link to a changelo… g or describe changes, this helps your fellow maintainers discover breaking updates.
For new packages please briefly describe the package or provide a link to its homepage.
-->
New package: CoolerControl is a program which controls cooling devices such as AIO coolers and fans under Linux.
https://gitlab.com/coolercontrol/coolercontrol
This package has 2 systemd services, a PySide6 GUI, and is written in both Rust and Python.
## Things done
- Built on platform(s)
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- [ ] For non-Linux: Is `sandbox = true` set in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
- [ ] Tested, as applicable:
- [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- and/or [package tests](https://nixos.org/manual/nixpkgs/unstable/#sec-package-tests)
- or, for functions and "core" functionality, tests in [lib/tests](https://github.com/NixOS/nixpkgs/blob/master/lib/tests) or [pkgs/test](https://github.com/NixOS/nixpkgs/blob/master/pkgs/test)
- made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages
- [x] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
- [x] Tested basic functionality of all binary files (usually in `./result/bin/`)
- [23.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2311.section.md) (or backporting [23.05 Release notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2305.section.md))
- [ ] (Package updates) Added a release notes entry if the change is major or breaking
- [ ] (Module updates) Added a release notes entry if the change is significant
- [ ] (Module addition) Added a release notes entry if adding a new NixOS module
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
<!--
To help with the large amounts of pull requests, we would appreciate your
reviews of other pull requests, especially simple package updates. Just leave a
comment describing what you have tested in the relevant package/service.
Reviewing helps to reduce the average time-to-merge for everyone.
Thanks a lot if you do!
List of open PRs: https://github.com/NixOS/nixpkgs/pulls
Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
-->