3
0
Fork 0
forked from mirrors/nixpkgs

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:
adisbladis 2019-01-02 11:37:28 +00:00
parent 18c041742f
commit 9acc5d9b45
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -361,28 +361,6 @@ let
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 { };
zeitgeist = callPackage ../applications/editors/emacs-modes/zeitgeist { };