about summary refs log tree commit diff
path: root/pkgs/by-name/rc
diff options
context:
space:
mode:
authorElian Doran <contact@eliandoran.me>2024-05-18 16:01:00 +0300
committerElian Doran <contact@eliandoran.me>2024-05-18 16:01:00 +0300
commitc08e006d36b34a59de4a7bd80eeb76fd6fa86b20 (patch)
treebdd6c29ca8a264cbf72092d055d39d66327d4c26 /pkgs/by-name/rc
parent8f153fdae698b667da5e8d2938866760e3d4d758 (diff)
rcp: mark as broken on darwin-x86_64
Diffstat (limited to 'pkgs/by-name/rc')
-rw-r--r--pkgs/by-name/rc/rcp/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/rc/rcp/package.nix b/pkgs/by-name/rc/rcp/package.nix
index fa44bf9b670c7..f04fa7e769ebb 100644
--- a/pkgs/by-name/rc/rcp/package.nix
+++ b/pkgs/by-name/rc/rcp/package.nix
@@ -36,5 +36,7 @@ rustPlatform.buildRustPackage rec {
     license = with licenses; [ mit ];
     mainProgram = "rcp";
     maintainers = with maintainers; [ wykurz ];
+    # = note: Undefined symbols for architecture x86_64: "_utimensat"
+    broken = stdenv.isDarwin && stdenv.isx86_64;
   };
 }