stubby: build with libsystemd support

This was added in v0.3.0 and allows notifying service readiness.
gstqt5
Pierre Bourdon 2020-03-15 06:16:33 +01:00 committed by Emery Hemingway
parent fb52f64dad
commit d62f76f81d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, getdns, doxygen, libyaml, darwin, cmake }:
{ stdenv, fetchFromGitHub, getdns, doxygen, libyaml, darwin, cmake, systemd }:
stdenv.mkDerivation rec {
pname = "stubby";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake libyaml ];
buildInputs = [ doxygen getdns ]
buildInputs = [ doxygen getdns systemd ]
++ stdenv.lib.optionals stdenv.isDarwin [ darwin.Security ];
meta = with stdenv.lib; {