emacsPackages.lib-requires: 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:30 +01:00
parent 7e69b3ff24
commit fe218d1672
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 0 additions and 26 deletions

View file

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

View file

@ -109,9 +109,6 @@
helm-words = callPackage ./helm-words { };
lib-requires =
callPackage ./lib-requires { };
org-mac-link =
callPackage ./org-mac-link { };