systemd: Use some nativeBuildInputs
I erred on the side of caution when changing these.
This commit is contained in:
parent
1b3581b7ba
commit
bac21681a1
@ -21,16 +21,19 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "lib" "man" "dev" ];
|
outputs = [ "out" "lib" "man" "dev" ];
|
||||||
|
|
||||||
buildInputs =
|
nativeBuildInputs =
|
||||||
[ linuxHeaders pkgconfig intltool gperf libcap kmod xz pam acl
|
[ pkgconfig intltool gperf libxslt
|
||||||
/* cryptsetup */ libuuid m4 glib libxslt libgcrypt libgpgerror
|
|
||||||
libmicrohttpd kexectools libseccomp libffi audit lz4 libapparmor
|
|
||||||
iptables gnu-efi
|
|
||||||
/* 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. */
|
||||||
autoreconfHook gettext docbook_xsl docbook_xml_dtd_42 docbook_xml_dtd_45
|
autoreconfHook gettext docbook_xsl docbook_xml_dtd_42 docbook_xml_dtd_45
|
||||||
];
|
];
|
||||||
|
buildInputs =
|
||||||
|
[ linuxHeaders libcap kmod xz pam acl
|
||||||
|
/* cryptsetup */ libuuid m4 glib libgcrypt libgpgerror
|
||||||
|
libmicrohttpd kexectools libseccomp libffi audit lz4 libapparmor
|
||||||
|
iptables gnu-efi
|
||||||
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--localstatedir=/var"
|
[ "--localstatedir=/var"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user