elpaPackages: remove outdated dash

This commit is contained in:
Thomas Tuegel
2016-01-10 09:09:20 -06:00
parent 4a5bf88fde
commit 727a9ddea8
@@ -50,7 +50,7 @@ in
self: self:
let let
super = mapAttrs (mkPackage self) manifest; super = removeAttrs (mapAttrs (mkPackage self) manifest) [ "dash" ];
elpaBuild = import ../../../build-support/emacs/melpa.nix { elpaBuild = import ../../../build-support/emacs/melpa.nix {
inherit fetchurl lib stdenv texinfo; inherit fetchurl lib stdenv texinfo;