mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
systemd: Drop dependency on cryptsetup for now
This is necessary to prevent a cyclic dependency.
This commit is contained in:
parent
548365b95c
commit
b06cb3578d
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig intltool gperf libcap dbus kmod xz pam acl
|
||||
cryptsetup libuuid m4 usbutils pciutils glib
|
||||
/* cryptsetup */ libuuid m4 usbutils pciutils glib
|
||||
];
|
||||
|
||||
configureFlags =
|
||||
@ -49,8 +49,7 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
# ‘-fstack-protector’ is necessary to build the PAM module correctly.
|
||||
NIX_CFLAGS_COMPILE = "-DKBD_LOADKEYS=\"${kbd}/bin/loadkeys\" -DKBD_SETFONT=\"${kbd}/bin/setfont\" -fstack-protector";
|
||||
NIX_CFLAGS_COMPILE = "-DKBD_LOADKEYS=\"${kbd}/bin/loadkeys\" -DKBD_SETFONT=\"${kbd}/bin/setfont\" -fno-stack-protector";
|
||||
|
||||
makeFlags = "CPPFLAGS=-I${stdenv.gcc.libc}/include";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user