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:
parent
21efdd8003
commit
ec2ddf284d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}:
|
||||
|
|
|
@ -11202,7 +11202,6 @@ in
|
|||
sysstat = callPackage ../os-specific/linux/sysstat { };
|
||||
|
||||
systemd = callPackage ../os-specific/linux/systemd {
|
||||
linuxHeaders = linuxHeaders_3_18;
|
||||
utillinux = utillinuxMinimal; # break the cyclic dependency
|
||||
}
|
||||
// {
|
||||
|
|
Loading…
Reference in a new issue