nixpkgs: systemd - add some more dependencies

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2015-04-12 14:47:51 -05:00 committed by Dan Peebles
parent 8f9aea9ccc
commit d787c2258b

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, pkgconfig, intltool, gperf, libcap, dbus, kmod { stdenv, fetchFromGitHub, 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 , glib, kbd, libxslt, coreutils, libgcrypt, libapparmor, audit, lz4
, kexectools, libmicrohttpd, linuxHeaders, libseccomp , kexectools, libmicrohttpd, linuxHeaders, libseccomp
, autoreconfHook, gettext, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_45 , autoreconfHook, gettext, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_45
, enableKDbus ? false , enableKDbus ? false
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = buildInputs =
[ linuxHeaders pkgconfig intltool gperf libcap kmod xz pam acl [ linuxHeaders pkgconfig intltool gperf libcap kmod xz pam acl
/* cryptsetup */ libuuid m4 glib libxslt libgcrypt /* 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 /* FIXME: we may be able to prevent the following dependencies
by generating an autoconf'd tarball, but that's probably not by generating an autoconf'd tarball, but that's probably not
worth it. */ worth it. */
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
"--enable-compat-libs" # get rid of this eventually "--enable-compat-libs" # get rid of this eventually
"--disable-tests" "--disable-tests"
"--enable-lz4"
"--enable-hostnamed" "--enable-hostnamed"
"--enable-networkd" "--enable-networkd"
"--disable-sysusers" "--disable-sysusers"