darwin.openwith: mark broken on x86_64

This commit is contained in:
zowoq 2023-05-29 11:40:43 +10:00
parent 8a02904240
commit 9eeb6bbfec

@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.unlicense;
maintainers = with maintainers; [ zowoq ];
platforms = [ "aarch64-darwin" "x86_64-darwin" ];
broken = stdenv.isx86_64; # https://hydra.nixos.org/build/219354133/nixlog/3
};
}