From 38c9e2336affada19048dea68d7e6b014817f632 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 29 May 2023 19:12:29 +0800 Subject: [PATCH] xfsprogs: add liburcu to nativeBuildInputs with is required by crc32selftest, fixing cross compilation --- pkgs/tools/filesystems/xfsprogs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/filesystems/xfsprogs/default.nix b/pkgs/tools/filesystems/xfsprogs/default.nix index 52f6101374c..7f14e1b1dc8 100644 --- a/pkgs/tools/filesystems/xfsprogs/default.nix +++ b/pkgs/tools/filesystems/xfsprogs/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ gettext pkg-config libuuid # codegen tool uses libuuid + liburcu # required by crc32selftest ]; buildInputs = [ readline icu inih liburcu ]; propagatedBuildInputs = [ libuuid ]; # Dev headers include