power-calibrate: whitespace touchup

This commit is contained in:
Will Dietz 2019-09-16 22:18:26 -05:00
parent 467e561be0
commit 647a90fd92
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -3,14 +3,17 @@
stdenv.mkDerivation rec {
pname = "power-calibrate";
version = "0.01.28";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.gz";
sha256 = "1miyjs0vngzfdlsxhn5gndcalzkh28grg4m6faivvp1c6mjp794m";
};
installFlags = [
"BINDIR=${placeholder "out"}/bin"
"MANDIR=${placeholder "out"}/share/man/man8"
];
meta = with lib; {
description = "Tool to calibrate power consumption";
homepage = "https://kernel.ubuntu.com/~cking/power-calibrate/";