nixpkgs: systemd - add some more dependencies

Signed-off-by: Austin Seipp <aseipp@pobox.com>

Changed files
+3 -2
pkgs
os-specific
linux
systemd
+3 -2
pkgs/os-specific/linux/systemd/default.nix
···
{ stdenv, fetchFromGitHub, pkgconfig, intltool, gperf, libcap, dbus, kmod
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux
-
, glib, kbd, libxslt, coreutils, libgcrypt
+
, glib, kbd, libxslt, coreutils, libgcrypt, libapparmor, audit, lz4
, kexectools, libmicrohttpd, linuxHeaders, libseccomp
, autoreconfHook, gettext, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_45
, enableKDbus ? false
···
buildInputs =
[ linuxHeaders pkgconfig intltool gperf libcap kmod xz pam acl
/* cryptsetup */ libuuid m4 glib libxslt libgcrypt
-
libmicrohttpd kexectools libseccomp
+
libmicrohttpd kexectools libseccomp audit lz4 libapparmor
/* FIXME: we may be able to prevent the following dependencies
by generating an autoconf'd tarball, but that's probably not
worth it. */
···
"--enable-compat-libs" # get rid of this eventually
"--disable-tests"
+
"--enable-lz4"
"--enable-hostnamed"
"--enable-networkd"
"--disable-sysusers"