font-lock-plus: fix eval
This commit is contained in:
parent
90ae8bc1a8
commit
4ad86c5f96
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, melpaBuild }:
|
{ fetchurl, lib, stdenv, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "font-lock-plus";
|
pname = "font-lock-plus";
|
||||||
@ -16,7 +16,7 @@ melpaBuild {
|
|||||||
name = "font-lock-plus";
|
name = "font-lock-plus";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = {
|
||||||
homepage = "https://melpa.org/#/font-lock+";
|
homepage = "https://melpa.org/#/font-lock+";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user