···6565, libfido2
6666, p11-kit
67676868- # the (optional) BPF feature requires bpftool, libbpf, clang and llmv-strip to be avilable during build time.
6868+ # the (optional) BPF feature requires bpftool, libbpf, clang and llvm-strip to be available during build time.
6969 # Only libbpf should be a runtime dependency.
7070, bpftools
7171, libbpf
···176176 # systemd. With the below patch we mitigate that effect by special casing
177177 # all our root unit dirs if they are symlinks. This does exactly what we
178178 # need (AFAICT).
179179- # See https://github.com/systemd/systemd/pull/20479 for upsteam discussion.
179179+ # See https://github.com/systemd/systemd/pull/20479 for upstream discussion.
180180 ./0019-core-handle-lookup-paths-being-symlinks.patch
181181 ] ++ lib.optional stdenv.hostPlatform.isMusl (
182182 let
···224224 "find_program('${stdenv.cc.bintools.targetPrefix}objcopy'"
225225 '' + (
226226 let
227227- # The folllowing patches references to dynamic libraries to ensure that
227227+ # The following patches references to dynamic libraries to ensure that
228228 # all the features that are implemented via dlopen(3) are available (or
229229 # explicitly deactivated) by pointing dlopen to the absolute store path
230230 # instead of relying on the linkers runtime lookup code.
···280280 { name = "libidn.so.12"; pkg = null; }
281281 { name = "libidn.so.11"; pkg = null; }
282282283283- # journalctl --grep requires libpcre so lets provide it
283283+ # journalctl --grep requires libpcre so let's provide it
284284 { name = "libpcre2-8.so.0"; pkg = pcre2; }
285285286286 # Support for TPM2 in systemd-cryptsetup, systemd-repart and systemd-cryptenroll
···311311 # exceptional case, details:
312312 # https://github.com/systemd/systemd-stable/blob/v249-stable/src/shared/tpm2-util.c#L157
313313 if ! [[ "${library}" =~ .*libtss2-tcti-$ ]]; then
314314- echo 'The shared library `${library}` does not exist but was given as subtitute for `${dl.name}`'
314314+ echo 'The shared library `${library}` does not exist but was given as substitute for `${dl.name}`'
315315 exit 1
316316 fi
317317 fi