systemd: Try adding cryptsetup to buildInputs.
This commit is contained in:
parent
f1f79505fc
commit
215b5f6282
@ -23,7 +23,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 libgpgerror
|
cryptsetup libuuid m4 glib libxslt libgcrypt libgpgerror
|
||||||
libmicrohttpd kexectools libseccomp audit lz4 libapparmor
|
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
|
||||||
|
@ -10990,6 +10990,11 @@ in
|
|||||||
|
|
||||||
systemd = callPackage ../os-specific/linux/systemd {
|
systemd = callPackage ../os-specific/linux/systemd {
|
||||||
linuxHeaders = linuxHeaders_3_18;
|
linuxHeaders = linuxHeaders_3_18;
|
||||||
|
cryptsetup = null; # Infinite recusion
|
||||||
|
};
|
||||||
|
|
||||||
|
systemd-with-cryptsetup = systemd.override {
|
||||||
|
inherit cryptsetup;
|
||||||
};
|
};
|
||||||
|
|
||||||
# In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get
|
# In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user