emacsPackages.header2: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
This commit is contained in:
parent
9b52db99a8
commit
576e67ae75
@ -1,23 +0,0 @@
|
|||||||
{ fetchurl, lib, melpaBuild }:
|
|
||||||
|
|
||||||
melpaBuild {
|
|
||||||
pname = "header2";
|
|
||||||
version = "20170223.1949";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "https://www.emacswiki.org/emacs/download/header2.el";
|
|
||||||
sha256 = "0cv74cfihr13jrgyqbj4x0na659djfyrhflxni6jdbgbysi4zf6k";
|
|
||||||
name = "header2.el";
|
|
||||||
};
|
|
||||||
|
|
||||||
recipe = fetchurl {
|
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/header2";
|
|
||||||
sha256 = "1dg25krx3wxma2l5vb2ji7rpfp17qbrl62jyjpa52cjfsvyp6v06";
|
|
||||||
name = "header2";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://melpa.org/#/header2";
|
|
||||||
license = lib.licenses.gpl3;
|
|
||||||
};
|
|
||||||
}
|
|
@ -107,8 +107,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
header2 = callPackage ./header2 { };
|
|
||||||
|
|
||||||
helm-words = callPackage ./helm-words { };
|
helm-words = callPackage ./helm-words { };
|
||||||
|
|
||||||
icicles = callPackage ./icicles { };
|
icicles = callPackage ./icicles { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user