mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
systemd: enable journal http gateway by adding libmicrohttp
This commit is contained in:
parent
09dd6a64fc
commit
ae9c22df3f
@ -1,7 +1,8 @@
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, dbus, kmod
|
||||
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux
|
||||
, glib, kbd, libxslt, coreutils, libgcrypt, sysvtools, docbook_xsl
|
||||
, kexectools, python ? null, pythonSupport ? false
|
||||
, kexectools, libmicrohttpd
|
||||
, python ? null, pythonSupport ? false
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs =
|
||||
[ pkgconfig intltool gperf libcap dbus.libs kmod xz pam acl
|
||||
/* cryptsetup */ libuuid m4 glib libxslt libgcrypt docbook_xsl
|
||||
libmicrohttpd
|
||||
] ++ stdenv.lib.optional pythonSupport python;
|
||||
|
||||
configureFlags =
|
||||
|
Loading…
Reference in New Issue
Block a user