Skip to content

Commit

Permalink
librime: add librime-lua plugin by default following Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin committed Jul 14, 2024
1 parent 9178b8e commit 2bbfe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/librime/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, boost, glog, leveldb, marisa, opencc,
yaml-cpp, gtest, capnproto, pkg-config, plugins ? [ ] }:
yaml-cpp, gtest, capnproto, pkg-config, librime-lua, plugins ? [ librime-lua ] }:

let
copySinglePlugin = plug: "cp -r ${plug} plugins/${plug.name}";
Expand Down

0 comments on commit 2bbfe90

Please sign in to comment.