Compare commits
1 commit
0f1430227d
...
99b3c67d31
Author | SHA1 | Date | |
---|---|---|---|
99b3c67d31 |
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue