systemd: Try adding cryptsetup to buildInputs.

This commit is contained in:
Moritz Ulrich
2016-04-08 14:50:20 +02:00
parent f1f79505fc
commit 215b5f6282
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ 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
/* FIXME: we may be able to prevent the following dependencies
by generating an autoconf'd tarball, but that's probably not