darwin.openwith: mark broken on x86_64
This commit is contained in:
parent
8a02904240
commit
9eeb6bbfec
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue