mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
rcp: mark as broken on darwin-x86_64
This commit is contained in:
parent
8f153fdae6
commit
c08e006d36
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user