nvfancontrol: migrate to by-name

This commit is contained in:
Guy Chronister 2026-03-05 15:13:18 -06:00
parent 5b4bd78b99
commit f73ca04ed4
No known key found for this signature in database
GPG key ID: 0EB24AACC716FC40
2 changed files with 4 additions and 6 deletions

View file

@ -2,11 +2,13 @@
lib,
rustPlatform,
fetchFromGitHub,
libXNVCtrl,
linuxPackages,
libx11,
libxext,
}:
let
libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl;
in
rustPlatform.buildRustPackage rec {
pname = "nvfancontrol";
version = "0.5.1";

View file

@ -3082,10 +3082,6 @@ with pkgs;
# ntfsprogs are merged into ntfs-3g
ntfsprogs = pkgs.ntfs3g;
nvfancontrol = callPackage ../tools/misc/nvfancontrol {
libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl;
};
nwdiag = with python3Packages; toPythonApplication nwdiag;
ofono-phonesim = libsForQt5.callPackage ../development/tools/ofono-phonesim { };