7 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-F9IWUcILOuLn5K4zRSU5jn+1Wk1xy0CONSI6JTXU2pA=";
17 mkdir -p $out/bin $out/etc
18 cp bin/mbpfan $out/bin
19 cp mbpfan.conf $out/etc
22 description = "Daemon that uses input from coretemp module and sets the fan speed using the applesmc module";
23 mainProgram = "mbpfan";
24 homepage = "https://github.com/dgraziotin/mbpfan";
25 license = licenses.gpl3;
26 platforms = platforms.linux;