elpaPackages: remove outdated dash

This commit is contained in:
Thomas Tuegel 2016-01-09 16:03:03 -06:00
parent 4a5bf88fde
commit 727a9ddea8

@ -50,7 +50,7 @@ in
self:
let
super = mapAttrs (mkPackage self) manifest;
super = removeAttrs (mapAttrs (mkPackage self) manifest) [ "dash" ];
elpaBuild = import ../../../build-support/emacs/melpa.nix {
inherit fetchurl lib stdenv texinfo;