emacsPackages.thingatpt-plus: Remove package

It's refering to an unversioned emacswiki file with the wrong hash.
This commit is contained in:
adisbladis 2020-04-28 01:32:49 +01:00
parent fe218d1672
commit 5e62eddcdd
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
2 changed files with 0 additions and 25 deletions

View File

@ -123,8 +123,6 @@
sv-kalender = callPackage ./sv-kalender { };
thingatpt-plus = callPackage ./thingatpt-plus { };
tramp = callPackage ./tramp { };
yaoddmuse = callPackage ./yaoddmuse { };

View File

@ -1,23 +0,0 @@
{ fetchurl, lib, melpaBuild }:
melpaBuild {
pname = "thingatpt-plus";
version = "20170307.1539";
src = fetchurl {
url = "https://www.emacswiki.org/emacs/download/thingatpt+.el";
sha256 = "1k9y354315gvhbdk0m9xpjx24w1bwrnzlnfiils8xgdwnw4py99a";
name = "thingatpt+.el";
};
recipe = fetchurl {
url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/thingatpt+";
sha256 = "0w031lzjl5phvzsmbbxn2fpziwkmdyxsn08h6b9lxbss1prhx7aa";
name = "thingatpt-plus";
};
meta = {
homepage = "https://melpa.org/#/thingatpt+";
license = lib.licenses.gpl2Plus;
};
}