elpaPackages: remove outdated `dash`

wip/yesman
Thomas Tuegel 9 years ago
parent 4a5bf88fde
commit 727a9ddea8
  1. 2
      pkgs/applications/editors/emacs-modes/elpa-packages.nix

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

Loading…
Cancel
Save