systemd: enable journal http gateway by adding libmicrohttp
This commit is contained in:
parent
09dd6a64fc
commit
ae9c22df3f
pkgs/os-specific/linux/systemd
|
@ -1,7 +1,8 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, dbus, kmod
|
{ stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, dbus, kmod
|
||||||
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux
|
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux
|
||||||
, glib, kbd, libxslt, coreutils, libgcrypt, sysvtools, docbook_xsl
|
, glib, kbd, libxslt, coreutils, libgcrypt, sysvtools, docbook_xsl
|
||||||
, kexectools, python ? null, pythonSupport ? false
|
, kexectools, libmicrohttpd
|
||||||
|
, python ? null, pythonSupport ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
|
@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig intltool gperf libcap dbus.libs kmod xz pam acl
|
[ pkgconfig intltool gperf libcap dbus.libs kmod xz pam acl
|
||||||
/* cryptsetup */ libuuid m4 glib libxslt libgcrypt docbook_xsl
|
/* cryptsetup */ libuuid m4 glib libxslt libgcrypt docbook_xsl
|
||||||
|
libmicrohttpd
|
||||||
] ++ stdenv.lib.optional pythonSupport python;
|
] ++ stdenv.lib.optional pythonSupport python;
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
|
Loading…
Reference in New Issue