libchewing: build on all platforms

The upstream has documented the MacOS and Windows build process years
ago. It therefore makes sense to remove the Linux-only platform
specification.
This commit is contained in:
Yueh-Shun Li 2024-06-07 00:52:48 +08:00
parent d680a8aeb0
commit e3835b2a2e

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
ericsagnes
ShamrockLee
];
platforms = platforms.linux;
platforms = platforms.all;
};
})