Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

librime: set darwin as support platforms

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