From 31fb6927a8a4cd23acea91f918708c5a65a593cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 8 Apr 2026 08:40:33 +0200 Subject: [PATCH] util-linux: avoid rebuild on non-musl for now --- pkgs/by-name/ut/util-linux/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ut/util-linux/package.nix b/pkgs/by-name/ut/util-linux/package.nix index 6c898b45f631..c543091bf426 100644 --- a/pkgs/by-name/ut/util-linux/package.nix +++ b/pkgs/by-name/ut/util-linux/package.nix @@ -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