diff --git a/packages/default.nix b/packages/default.nix index 8be51f3..a4d9425 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -49,12 +49,10 @@ cp $f $out/"libtree-sitter-$(basename $f)" done ''; - ccrEmacsWithoutPackages = (pkgs.emacs-git.override { + ccrEmacsWithoutPackages = pkgs.emacs-git.override { withSQLite3 = true; withWebP = true; withPgtk = true; - }).overrideAttrs { - name = "test"; }; ccrEmacs = (pkgs.emacsPackagesFor config.packages.ccrEmacsWithoutPackages).emacsWithPackages