Commit Graph

21 Commits

Author SHA1 Message Date
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
K900
ed717ed01d cpupower: prepare for 6.16-rc2 2025-06-16 12:40:57 +03:00
Andreas Hindborg
1ebeaf890d linuxPackages.cpupower: prepare for linux v6.16
cpupower in v6.16 is going to need an additional install flag, so add it.
2025-06-02 16:57:26 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Stefan Junker
bd3ea64559 cpupower: add which to nativeBuildInputs
linux >= 6.13 requires this.
2024-12-05 17:51:05 +01:00
Jussi Kuokkanen
95cc312a68 pkgs/os-specific: remove licenses.gpl2 2024-06-21 12:28:43 +03:00
Grimmauld
32d490d949 cpupower: add meta.mainProgram 2024-05-02 10:50:25 +02:00
百地 希留耶
40875c6b6e cpupower: inherit patches from kernel 2023-03-20 03:29:00 +08:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dominik Xaver Hörl
387b59d9cf cpupower: explicitly set CC and LD to allow compilation with clang 2019-12-02 00:43:40 +01:00
Will Dietz
24777fd502 cpupower: push 'dir' suffix into generation func
bit silly for the odd-man-out "bash_completion_dir"
but IMO easier to read.
2019-01-13 17:12:21 -06:00
Will Dietz
f4a765d4b3 cpupower: fix w/5.0-rc1 (completion dir), rework a bit 2019-01-13 17:12:19 -06:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tuomas Tynkkynen
9548028a22 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/os-specific/linux/cpupower/default.nix
2018-02-06 04:11:23 +02:00
Robin Gloster
39172792c6 linuxPackages.cpupower: clean up
fixes the build on 17.09
2018-02-05 12:51:42 +01:00
Ben Wolsieffer
84f54b898a cpupower: enable cross compilation 2018-01-28 18:47:22 -05:00
Tobias Geerinckx-Rice
5b217637f9 cpupower: correct meta.homepage 2016-05-09 02:57:07 +02:00
Pascal Wittmann
8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
William A. Kennington III
171a58bcd6 cpupower: Add package to replace cpufrequtils 2014-04-16 01:09:57 +02:00