mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #225568 from wegank/uim-aarch64
uim: unbreak on aarch64-linux
This commit is contained in:
commit
b696e793aa
|
@ -152,7 +152,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A multilingual input method framework";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.hostPlatform.isAarch64; # fails to build libgcroots (not supported on aarch64)
|
||||
maintainers = with maintainers; [ ericsagnes oxij ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue