systemd: update musl patches

The previous URL is no longer accessible, presumably because the
branch was rebased.  Happily, they're now in master.  I've added a
note to make sure we don't accidentally use unstable URLs again in
future.
This commit is contained in:
Alyssa Ross
2025-01-03 12:32:08 +01:00
parent d12700ed21
commit 0352bab0f4
+5 -2
View File
@@ -240,9 +240,12 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals stdenv.hostPlatform.isMusl (
let
# NOTE: the master-next branch does not have stable URLs.
# If we need patches that aren't in master yet, they'll have to be
# vendored.
oe-core = fetchzip {
url = "https://git.openembedded.org/openembedded-core/snapshot/openembedded-core-86ab9abd1073474f25d0ad878d5bea01ba633772.tar.gz";
hash = "sha256-avTJC905erZIQ3OGBNwOcCgk0fQWju6X2P1kRJGxRYI=";
url = "https://git.openembedded.org/openembedded-core/snapshot/openembedded-core-4891f47cdaf919033bf1c02cc12e4805e5db99a0.tar.gz";
hash = "sha256-YKL/oC+rPZ2EEVNidEV+pJihZgUv7vLb0OASplgktn4=";
};
in
map (patch: "${oe-core}/meta/recipes-core/systemd/systemd/${patch}") [