Unverified Commit 7ec60593 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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
parent 6df0478e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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