summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/emacs-modes
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-04-28 01:30:57 +0100
committeradisbladis <adisbladis@gmail.com>2020-04-28 01:33:23 +0100
commitcd49c481e18efa4f3fe9850d1d798d3244efefb3 (patch)
tree880b99e10c19c99949cf30b89c26ae7a6775a945 /pkgs/applications/editors/emacs-modes
parentb83ab97eae5720e32d0aca1d1af91688cdf0fa20 (diff)
emacsPackages.filesets-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Diffstat (limited to 'pkgs/applications/editors/emacs-modes')
-rw-r--r--pkgs/applications/editors/emacs-modes/filesets-plus/default.nix22
-rw-r--r--pkgs/applications/editors/emacs-modes/manual-packages.nix2
2 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/applications/editors/emacs-modes/filesets-plus/default.nix b/pkgs/applications/editors/emacs-modes/filesets-plus/default.nix
deleted file mode 100644
index ad22faf3dff7..000000000000
--- a/pkgs/applications/editors/emacs-modes/filesets-plus/default.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ fetchurl, melpaBuild }:
-
-melpaBuild {
- pname = "filesets-plus";
- version = "20170222.55";
-
- src = fetchurl {
- url = "https://www.emacswiki.org/emacs/download/filesets%2b.el";
- sha256 = "0iajkgh0n3pbrwwxx9rmrrwz8dw2m7jsp4mggnhq7zsb20ighs00";
- name = "filesets+.el";
- };
-
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/filesets-plus+";
- sha256 = "1wn99cb53ykds87lg9mrlfpalrmjj177nwskrnp9wglyqs65lk4g";
- name = "filesets-plus";
- };
-
- meta = {
- homepage = "https://melpa.org/#/filesets+";
- };
-}
diff --git a/pkgs/applications/editors/emacs-modes/manual-packages.nix b/pkgs/applications/editors/emacs-modes/manual-packages.nix
index f04319f23de3..3f4c0088a7cb 100644
--- a/pkgs/applications/editors/emacs-modes/manual-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/manual-packages.nix
@@ -68,8 +68,6 @@
ess-R-object-popup =
callPackage ./ess-R-object-popup { };
- filesets-plus = callPackage ./filesets-plus { };
-
font-lock-plus = callPackage ./font-lock-plus { };
ghc-mod = melpaBuild {