1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Remove deferred's manual derivation

11503 related
This commit is contained in:
Antoine R. Dumont (@ardumont) 2015-12-28 20:29:54 +01:00
parent b863b5fc35
commit fddf0dfa49

View file

@ -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";