Merge pull request #165755 from alyssais/systemd-250.4-musl

[staging-next] pkgsMusl.systemd: fix build for 250.4
This commit is contained in:
Florian Klink 2022-03-28 19:11:58 +02:00 committed by GitHub
commit 2a9b5892a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,6 +209,8 @@ stdenv.mkDerivation {
(musl-patches + "/0025-Handle-__cpu_mask-usage.patch")
(musl-patches + "/0026-Handle-missing-gshadow.patch")
(musl-patches + "/0028-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch")
(musl-patches + "/0001-pass-correct-parameters-to-getdents64.patch")
(musl-patches + "/0002-Add-sys-stat.h-for-S_IFDIR.patch")
(musl-patches + "/0001-Adjust-for-musl-headers.patch")
]
);