elpaPackages: remove outdated dash
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user