mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
nvfancontrol: migrate to by-name
This commit is contained in:
parent
5b4bd78b99
commit
f73ca04ed4
2 changed files with 4 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
@ -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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue