librime: set darwin as support platforms

This commit is contained in:
klchen0112 2023-11-06 18:54:59 +08:00
parent a801c0c873
commit 0b5afd03e2

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "Rime Input Method Engine, the core library";
license = licenses.bsd3;
maintainers = with maintainers; [ vonfry ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}