mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
emacs.pkgs.font-lock-plus: Fix build
This commit is contained in:
parent
b7cc72a05a
commit
03bb707cb2
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ fetchurl, lib, melpaBuild, writeText }:
|
||||
{ fetchurl, lib, trivialBuild, writeText }:
|
||||
|
||||
melpaBuild {
|
||||
trivialBuild {
|
||||
pname = "font-lock+";
|
||||
version = "20180101.25";
|
||||
|
||||
|
@ -10,8 +10,6 @@ melpaBuild {
|
|||
name = "font-lock+.el";
|
||||
};
|
||||
|
||||
recipe = writeText "recipe" "(font-lock+ :fetcher github :repo \"\")";
|
||||
|
||||
meta = {
|
||||
homepage = "https://melpa.org/#/font-lock+";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
|
Loading…
Reference in a new issue