forked from mirrors/nixpkgs
pkgsMusl.systemd: fix build (#281323)
PR #239201 broke systemd for musl. To make the build actually work, #278994 [not available in master yet] is also required. Fixes: https://github.com/NixOS/nixpkgs/issues/280738 Co-authored-by: @nesteroff @yu-re-ka
This commit is contained in:
parent
6df0478ed1
commit
7ec605930b
|
@ -208,6 +208,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
./0017-core-don-t-taint-on-unmerged-usr.patch
|
||||
./0018-tpm2_context_init-fix-driver-name-checking.patch
|
||||
./0019-systemctl-edit-suggest-systemdctl-edit-runtime-on-sy.patch
|
||||
] ++ lib.optional (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu) [
|
||||
./0020-timesyncd-disable-NSCD-when-DNSSEC-validation-is-dis.patch
|
||||
] ++ lib.optional stdenv.hostPlatform.isMusl (
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue