-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-cpufreq: 1.7.1 -> 1.9.6 #187047
auto-cpufreq: 1.7.1 -> 1.9.6 #187047
Conversation
e4d3f55
to
23d71a9
Compare
@@ -25,15 +30,18 @@ python3Packages.buildPythonPackage rec { | |||
|
|||
# patch to prevent script copying and to disable install | |||
./prevent-install-and-copy.patch | |||
|
|||
# patch to remove venvs from the service file | |||
./remove-service-venv.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any upstream issues or PR related to these patches?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are issues complaining about venv
stuff, but they're mostly resolved by users switching to the Snap package.
Basically this is just an artifact of how auto-cpufreq is typically installed that prevents us from trivially upgrading from version 1.7.1. As far as I can tell - it's not necessary except to reduce the dependency on the system python version.
23d71a9
to
f73b335
Compare
f73b335
to
de3ec7b
Compare
Superseded by #253595. |
Description of changes
Release summaries: https://github.com/AdnanHodzic/auto-cpufreq/releases
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes