emacs-packages: Remove htmlize from old emacs package infrastructure
This commit is contained in:
parent
84a09cad68
commit
6b2f177737
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "htmlize-1.47";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "emacsmirror";
|
||||
repo = "htmlize";
|
||||
rev = "release/1.47";
|
||||
name = "htmlize-1.47-src";
|
||||
sha256 = "1vkqxgirc82vc44g7xhhr041arf93yirjin3h144kjyfkgkplnkp";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/emacs/site-lisp
|
||||
cp htmlize.el $out/share/emacs/site-lisp/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Convert buffer text and decorations to HTML";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue