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:
parent
d680a8aeb0
commit
e3835b2a2e
@ -29,6 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
ericsagnes
|
||||
ShamrockLee
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user