As discovered in NixOS/nixpkgs#357401 the following two files conflict when used on a case-insensitive filesystem:
data/resources/icons/c3RtYXJ5cmQtT1QxLV9sYmFn-symbolic.svg (decoded: stmaryrd-OT1-_lbag)
data/resources/icons/c3RtYXJ5cmQtT1QxLV9SYmFn-symbolic.svg (decoded: stmaryrd-OT1-_Rbag)
This means that only one of them will be present on MacOS.
Not sure what could be done about this other than choosing an alternative encoding to base64.
As discovered in NixOS/nixpkgs#357401 the following two files conflict when used on a case-insensitive filesystem:
data/resources/icons/c3RtYXJ5cmQtT1QxLV9sYmFn-symbolic.svg(decoded:stmaryrd-OT1-_lbag)data/resources/icons/c3RtYXJ5cmQtT1QxLV9SYmFn-symbolic.svg(decoded:stmaryrd-OT1-_Rbag)This means that only one of them will be present on MacOS.
Not sure what could be done about this other than choosing an alternative encoding to base64.