font-lock-plus: fix recipe

Used the wiki fetcher which doesn't seem to exist.

Replaced with a fake repo. Doesnt seem to be used.
This commit is contained in:
Brian McKenna 2018-12-03 00:11:54 +05:30
parent c2a412d5c6
commit 1918257770

View File

@ -1,7 +1,7 @@
{ fetchurl, lib, melpaBuild }: { fetchurl, lib, melpaBuild, writeText }:
melpaBuild { melpaBuild {
pname = "font-lock-plus"; pname = "font-lock+";
version = "20180101.25"; version = "20180101.25";
src = fetchurl { src = fetchurl {
@ -10,11 +10,7 @@ melpaBuild {
name = "font-lock+.el"; name = "font-lock+.el";
}; };
recipe = fetchurl { recipe = writeText "recipe" "(font-lock+ :fetcher github :repo \"\")";
url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/font-lock+";
sha256 = "1wn99cb53ykds87lg9mrlfpalrmjj177nwskrnp9wglyqs65lk4g";
name = "font-lock-plus";
};
meta = { meta = {
homepage = "https://melpa.org/#/font-lock+"; homepage = "https://melpa.org/#/font-lock+";