nvfancontrol: migrate to by-name (#496990)
This commit is contained in:
@@ -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";
|
||||
@@ -3077,10 +3077,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 { };
|
||||
|
||||
Reference in New Issue
Block a user