0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/make-initrd-ng: dlopen ELF notes

This commit is contained in:
Will Fancher 2024-06-27 04:21:11 -04:00
parent e6c544270c
commit 6f959a9e96
3 changed files with 137 additions and 24 deletions

View file

@ -488,8 +488,6 @@ in {
# fido2 support
"${cfg.package}/lib/cryptsetup/libcryptsetup-token-systemd-fido2.so"
"${pkgs.libfido2}/lib/libfido2.so.1"
] ++ optionals cfg.package.withKmod [
"${pkgs.kmod.lib}/lib/libkmod.so.2"
] ++ jobScripts
++ map (c: builtins.removeAttrs c ["text"]) (builtins.attrValues cfg.contents);