Commit 9eeb6bbf authored by zowoq's avatar zowoq
Browse files

darwin.openwith: mark broken on x86_64

parent 8a029042
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
  };
}