nixpkgs: systemd - add some more dependencies

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

authored by

Austin Seipp and committed by
Dan Peebles
d787c225 8f9aea9c

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