lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #265831 from klchen0112/librime

librime: set darwin as support platforms

authored by

Weijia Wang and committed by
GitHub
fe69e36c 33321ce6

+1 -1
+1 -1
pkgs/development/libraries/librime/default.nix
··· 32 32 description = "Rime Input Method Engine, the core library"; 33 33 license = licenses.bsd3; 34 34 maintainers = with maintainers; [ vonfry ]; 35 - platforms = platforms.linux; 35 + platforms = platforms.linux ++ platforms.darwin; 36 36 }; 37 37 }