mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
xearth: unbreak on aarch64-darwin
This commit is contained in:
parent
34878aa66d
commit
e70ea256f4
@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.mafo ];
|
maintainers = [ maintainers.mafo ];
|
||||||
license = "xearth";
|
license = "xearth";
|
||||||
platforms=platforms.unix;
|
platforms=platforms.unix;
|
||||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
|
||||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user