Not this again...

This commit is contained in:
Peter Selby 2023-11-06 19:42:07 -08:00
parent 37aa66a33b
commit e76f0aa5d3
1 changed files with 7 additions and 7 deletions

View File

@ -21,13 +21,13 @@ let
elpher
use-package
];
emacsPackagesOverlay = final: prev: {
irony = prev.irony.overrideAttrs (esuper: {
buildInputs = with pkgs;
esuper.buildInputs ++
[ cmake libclang clang ];
});
};
;; emacsPackagesOverlay = final: prev: {
;; irony = prev.irony.overrideAttrs (esuper: {
;; buildInputs = with pkgs;
;; esuper.buildInputs ++
;; [ cmake libclang clang ];
;; });
;; };
};
gui-packages = with pkgs; [