···3131 meta = with lib; {
3232 homepage = "https://savannah.nongnu.org/projects/attr/";
3333 description = "Library and tools for manipulating extended attributes";
3434- platforms = platforms.linux;
3434+ platforms = platforms.unix;
3535 license = licenses.gpl2Plus;
3636+3737+ # The build failure on Darwin will likely be solved after upgrading the
3838+ # macOS SDK in nixpkgs. Check the current SDK version in
3939+ # ../../../../os-specific/darwin/apple-sdk/default.nix to see if it has
4040+ # been updated to 10.13 or later. Once the requirements are met, building
4141+ # it should be straightforward as Homebrew was able to build it without
4242+ # patching.
4343+ broken = stdenv.isDarwin;
3644 };
3745}