eventlog: fix build after commit fd25c03e09

This commit is contained in:
Vladimír Čunát 2021-07-17 10:32:21 +02:00
parent 2ae4f06e4f
commit 5e1aa874cc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
stdenv.mkDerivation rec {
pname = "eventlog";
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0a2za3hs7wzy14z7mfgldy1r9xdlqv97yli9wlm8xldr0amsx869";
};
nativeBuildInputs = [ autoreconfHook ];
meta = {
description = "Syslog event logger library";
longDescription = ''