summary refs log tree commit diff
path: root/pkgs/tools/system/thinkfan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/thinkfan/default.nix')
-rw-r--r--pkgs/tools/system/thinkfan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/thinkfan/default.nix b/pkgs/tools/system/thinkfan/default.nix
index a564c946bcf..dc6920a97bd 100644
--- a/pkgs/tools/system/thinkfan/default.nix
+++ b/pkgs/tools/system/thinkfan/default.nix
@@ -2,7 +2,7 @@
 , stdenv
 , fetchFromGitHub
 , cmake
-, libyamlcpp
+, yaml-cpp
 , pkg-config
 , procps
 , coreutils
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake pkg-config ];
 
-  buildInputs = [ libyamlcpp ] ++ lib.optional smartSupport libatasmart;
+  buildInputs = [ yaml-cpp ] ++ lib.optional smartSupport libatasmart;
 
   meta = {
     description = "A simple, lightweight fan control program";