mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
librime: add librime-lua plugin by default following Arch Linux
0da73fbd40/PKGBUILD (L22)
This commit is contained in:
parent
9178b8e4ee
commit
2bbfe90eee
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user