Skip to content

Commit

Permalink
drop librime-lua patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Oct 6, 2023
1 parent 743f762 commit 7928a7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ WORKDIR /librime/plugins
RUN git clone https://github.com/rime/librime-charcode charcode && \
git clone https://github.com/hchunhui/librime-lua lua && \
git clone https://github.com/lotem/librime-octagram octagram

WORKDIR /librime/plugins/lua
RUN apt install -y curl
RUN curl -LO https://github.com/hchunhui/librime-lua/pull/275.patch
RUN git apply 275.patch

WORKDIR /librime
RUN cmake -B build -G Ninja \
Expand Down

0 comments on commit 7928a7d

Please sign in to comment.