emacs.pkgs.telega: Apply patch to always prefer fixed store path to server
This commit is contained in:
parent
c6f1dc2320
commit
5a2bb448e1
@ -299,6 +299,14 @@ let
|
|||||||
buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
|
buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
|
||||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
name = "telega-server-bin-store-prefer.patch";
|
||||||
|
url = "https://github.com/zevlg/telega.el/commit/72550f984ca869309d197203ef7de99182d71729.patch";
|
||||||
|
sha256 = "18xvz53bygksak6h5f8cz79y83p2va15i8qz7n4s3g9gsklmkj2p";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace telega-customize.el \
|
substituteInPlace telega-customize.el \
|
||||||
--replace 'defcustom telega-server-command "telega-server"' \
|
--replace 'defcustom telega-server-command "telega-server"' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user