rcp: mark as broken on darwin-x86_64
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user