Remove unnecessary dependency for irony

This commit is contained in:
niten 2021-11-29 16:13:42 -08:00
parent 76bd02b24e
commit 9e5ca132cf
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ let
emacsPackagesOverlay = final: prev: {
irony = prev.irony.overrideAttrs (esuper: {
buildInputs = with pkgs;
esuper.buildInputs ++
[ cmake libclang clang ];
esuper.buildInputs ++ [ clang libclang ];
});
};
};