rcp: mark as broken on darwin-x86_64

This commit is contained in:
Elian Doran 2024-05-18 16:01:00 +03:00
parent 8f153fdae6
commit c08e006d36
No known key found for this signature in database

View File

@ -36,5 +36,7 @@ rustPlatform.buildRustPackage rec {
license = with licenses; [ mit ]; license = with licenses; [ mit ];
mainProgram = "rcp"; mainProgram = "rcp";
maintainers = with maintainers; [ wykurz ]; maintainers = with maintainers; [ wykurz ];
# = note: Undefined symbols for architecture x86_64: "_utimensat"
broken = stdenv.isDarwin && stdenv.isx86_64;
}; };
} }