Merge pull request #51402 from puffnfresh/package/emacs-packages

font-lock-plus: fix recipe
This commit is contained in:
Jörg Thalheim 2018-12-02 23:37:11 +00:00 committed by GitHub
commit 4a8c8a2adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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+";