1
0
Fork 1
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:
Weijia Wang 2023-04-10 16:51:50 +03:00 committed by GitHub
commit b696e793aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}