util-linux: avoid rebuild on non-musl for now

This commit is contained in:
Vladimír Čunát
2026-04-08 08:41:10 +02:00
parent 392dd53f82
commit 31fb6927a8
+2 -1
View File
@@ -59,7 +59,8 @@ stdenv.mkDerivation (finalAttrs: {
# Fix compile of 2.42+ on Darwin.
# https://lore.kernel.org/util-linux/CAEUYr6ZjVX1bd-xcBGtFN_ZYwQnXDYsw7d1-7sTpF2BbgfrR+g@mail.gmail.com/T/#u
./include-correct-struct-statfs-header.patch
]
++ lib.optionals stdenv.hostPlatform.isMusl [
# Musl does not define AT_HANDLE_FID, hard-code it.
# https://github.com/util-linux/util-linux/pull/4203
./fix-musl-nsenter.patch