fox: mark broken on darwin aarch64 only
This commit is contained in:
parent
2c26db3126
commit
0333e9c5d0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://fox-toolkit.org";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = [];
|
||||
broken = stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue