From cbc730d14422f36239a5af07f9ad6425eb698730 Mon Sep 17 00:00:00 2001 From: midchildan Date: Sun, 28 Mar 2021 22:25:06 +0900 Subject: squashfs-tools-ng: document the specific blocker for a darwin build --- pkgs/tools/filesystems/squashfs-tools-ng/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pkgs/tools/filesystems/squashfs-tools-ng') diff --git a/pkgs/tools/filesystems/squashfs-tools-ng/default.nix b/pkgs/tools/filesystems/squashfs-tools-ng/default.nix index 322f57fdca92..0763be782d8a 100644 --- a/pkgs/tools/filesystems/squashfs-tools-ng/default.nix +++ b/pkgs/tools/filesystems/squashfs-tools-ng/default.nix @@ -19,6 +19,17 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ qyliss ]; platforms = platforms.unix; + + # TODO: Remove once nixpkgs uses newer SDKs that supports '*at' functions. + # Probably macOS SDK 10.13 or later. Check the current version in + # ../../../../os-specific/darwin/apple-sdk/default.nix + # + # From the build logs: + # + # > Undefined symbols for architecture x86_64: + # > "_utimensat", referenced from: + # > _set_attribs in rdsquashfs-restore_fstree.o + # > ld: symbol(s) not found for architecture x86_64 broken = stdenv.isDarwin; }; } -- cgit 1.4.1