1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #12209 from aycanirican/remove_obsolete_emacs_dash

emacs-packages: remove obsolete dash package
This commit is contained in:
Thomas Tuegel 2016-01-08 17:05:06 -06:00
commit 542906a29b

View file

@ -409,21 +409,6 @@ let
};
};
dash = melpaBuild rec {
pname = "dash";
version = "2.12.1";
src = fetchFromGitHub {
owner = "magnars";
repo = "${pname}.el";
rev = version;
sha256 = "1njv5adcm96kdch0jb941l8pm51yfdx7mlz83y0pq6jlzjs9mwaa";
};
meta = {
description = "A modern list library for Emacs (think Haskell's Prelude in elisp)";
license = gpl3Plus;
};
};
dash-functional = melpaBuild rec {
pname = "dash-functional";
version = "2.11.0";