systemd: get linuxHeaders from stdenv

Building against anything other than the headers used to build libc
doesn't really make any sense.
This commit is contained in:
Joachim Fasting
2016-05-13 19:35:09 +02:00
parent 21efdd8003
commit ec2ddf284d
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{ stdenv, fetchFromGitHub, pkgconfig, intltool, gperf, libcap, kmod
, zlib, xz, pam, acl, cryptsetup, libuuid, m4, utillinux, libffi
, glib, kbd, libxslt, coreutils, libgcrypt, libgpgerror, libapparmor, audit, lz4
, kexectools, libmicrohttpd, linuxHeaders, libseccomp, iptables
, kexectools, libmicrohttpd, linuxHeaders ? stdenv.cc.libc.linuxHeaders, libseccomp
, iptables
, autoreconfHook, gettext, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_45
, enableKDbus ? false
}: