uptimed: 0.3.18 -> 0.4.0 (#23316)
* uptimed: 0.3.18 -> 0.4.0 * uptimed: autoreconfHook belongs to nativeBuildInputs
This commit is contained in:
parent
b57861c30c
commit
3806d47b49
@ -1,16 +1,19 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
||||||
|
|
||||||
let version = "0.3.18"; in
|
stdenv.mkDerivation rec {
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "uptimed-${version}";
|
name = "uptimed-${version}";
|
||||||
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "108h8ck8cyzvf3xv23vzyj0j8dffdmwavj6nbn9ryqhqhqmk4fhb";
|
sha256 = "0h3192angfiv01bjk3f3nd2fmjic37cl72pvmr556n0wy3cfybas";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "uptimed";
|
repo = "uptimed";
|
||||||
owner = "rpodgorny";
|
owner = "rpodgorny";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
patches = [ ./no-var-spool-install.patch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Uptime record daemon";
|
description = "Uptime record daemon";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -24,7 +27,4 @@ stdenv.mkDerivation {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./no-var-spool-install.patch ];
|
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user