health-check: whitespace between attributes
This commit is contained in:
parent
3ba3688552
commit
9381884079
@ -3,16 +3,21 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "health-check";
|
pname = "health-check";
|
||||||
version = "0.03.02";
|
version = "0.03.02";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.gz";
|
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "12n2qp5lrlahkgrkwy3mjm0nscz6yhhh80z4xmd2n96pn8f3d4hh";
|
sha256 = "12n2qp5lrlahkgrkwy3mjm0nscz6yhhh80z4xmd2n96pn8f3d4hh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ json_c libbsd ];
|
buildInputs = [ json_c libbsd ];
|
||||||
|
|
||||||
makeFlags = [ "JSON_OUTPUT=y" "FNOTIFY=y" ];
|
makeFlags = [ "JSON_OUTPUT=y" "FNOTIFY=y" ];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"BINDIR=${placeholder "out"}/bin"
|
"BINDIR=${placeholder "out"}/bin"
|
||||||
"MANDIR=${placeholder "out"}/share/man/man8"
|
"MANDIR=${placeholder "out"}/share/man/man8"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Process monitoring tool";
|
description = "Process monitoring tool";
|
||||||
homepage = "https://kernel.ubuntu.com/~cking/health-check/";
|
homepage = "https://kernel.ubuntu.com/~cking/health-check/";
|
||||||
|
Loading…
Reference in New Issue
Block a user