about 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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/thinkfan/default.nix b/pkgs/tools/system/thinkfan/default.nix
index dc63b97056a75..8c80340058447 100644
--- a/pkgs/tools/system/thinkfan/default.nix
+++ b/pkgs/tools/system/thinkfan/default.nix
@@ -2,7 +2,7 @@
 , smartSupport ? false, libatasmart }:
 
 stdenv.mkDerivation rec {
-  name = "thinkfan-${version}";
+  pname = "thinkfan";
   version = "0.9.3";
 
   src = fetchurl {