1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

addressing remarks from @peterhoeg ( thinkfan: 0.9.3 -> 1.0.2)

This commit is contained in:
Christine Koppelt 2019-09-29 23:59:13 +02:00
parent 3966d0d300
commit e00ce8c983

View file

@ -22,12 +22,16 @@ stdenv.mkDerivation rec {
buildInputs = [ libyamlcpp ] ++ stdenv.lib.optional smartSupport libatasmart;
installPhase = ''
runHook preInstall
install -Dm755 {.,$out/bin}/thinkfan
cd "$NIX_BUILD_TOP"; cd "$sourceRoot" # attempt to be a bit robust
install -Dm644 {.,$out/share/doc/thinkfan}/README
cp -R examples $out/share/doc/thinkfan
install -Dm644 {src,$out/share/man/man1}/thinkfan.1
runHook postInstall
'';
meta = with stdenv.lib; {