emacs-packages: Drop custom weechat package
It's several years out of date and we can instead rely on autogenerated packages
This commit is contained in:
parent
18c041742f
commit
9acc5d9b45
@ -361,28 +361,6 @@ let
|
|||||||
|
|
||||||
tramp = callPackage ../applications/editors/emacs-modes/tramp { };
|
tramp = callPackage ../applications/editors/emacs-modes/tramp { };
|
||||||
|
|
||||||
weechat = melpaBuild rec {
|
|
||||||
pname = "weechat.el";
|
|
||||||
version = "0.2.2";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "the-kenny";
|
|
||||||
repo = pname;
|
|
||||||
rev = version;
|
|
||||||
sha256 = "0f90m2s40jish4wjwfpmbgw024r7n2l5b9q9wr6rd3vdcwks3mcl";
|
|
||||||
};
|
|
||||||
postPatch = lib.optionalString (!stdenv.isLinux) ''
|
|
||||||
rm weechat-sauron.el weechat-secrets.el
|
|
||||||
'';
|
|
||||||
packageRequires = [ s ];
|
|
||||||
recipe = writeText "recipe" ''
|
|
||||||
(weechat :repo "the-kenny/weechat" :fetcher github)
|
|
||||||
'';
|
|
||||||
meta = {
|
|
||||||
description = "A weechat IRC client frontend for Emacs";
|
|
||||||
license = gpl3Plus;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
yaoddmuse = callPackage ../applications/editors/emacs-modes/yaoddmuse { };
|
yaoddmuse = callPackage ../applications/editors/emacs-modes/yaoddmuse { };
|
||||||
|
|
||||||
zeitgeist = callPackage ../applications/editors/emacs-modes/zeitgeist { };
|
zeitgeist = callPackage ../applications/editors/emacs-modes/zeitgeist { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user