summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorAntoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>2015-12-28 20:29:54 +0100
committerAntoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>2015-12-28 20:29:54 +0100
commitfddf0dfa49676812f8867c336d465cda8017fcfe (patch)
treeab8ba9db264ba391c089621073c8c5e15b76f404 /pkgs
parentb863b5fc3595d4de69ffdf1732416b625286a72c (diff)
Remove deferred's manual derivation
11503 related
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/emacs-packages.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 3a75f2a9fd11..17610ddb232b 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -473,28 +473,6 @@ let
};
};
- deferred = melpaBuild rec {
- version = "0.3.2";
- pname = "deferred";
-
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-${pname}";
- rev = "896d4b53210289afe489e1ee7db4e12cb9248109";
- sha256 = "0ysahdyvlg240dynwn23kk2d9kb432zh2skr1gydm3rxwn6f18r0";
- };
-
- meta = {
- description = "Simple asynchronous functions for emacs-lisp";
- longDescription = ''
- deferred.el provides facilities to manage asynchronous tasks.
- The API and implementations were translated from JSDeferred (by cho45)
- and Mochikit.Async (by Bob Ippolito) in JavaScript.
- '';
- license = gpl3Plus;
- };
- };
-
diminish = melpaBuild rec {
pname = "diminish";
version = "0.44";