Compare commits
1 commit
d87b30149c
...
36af79082d
Author | SHA1 | Date | |
---|---|---|---|
36af79082d |
1 changed files with 1 additions and 3 deletions
|
@ -49,12 +49,10 @@
|
||||||
cp $f $out/"libtree-sitter-$(basename $f)"
|
cp $f $out/"libtree-sitter-$(basename $f)"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
ccrEmacsWithoutPackages = (pkgs.emacs-git.override {
|
ccrEmacsWithoutPackages = pkgs.emacs-git.override {
|
||||||
withSQLite3 = true;
|
withSQLite3 = true;
|
||||||
withWebP = true;
|
withWebP = true;
|
||||||
withPgtk = true;
|
withPgtk = true;
|
||||||
}).overrideAttrs {
|
|
||||||
name = "test";
|
|
||||||
};
|
};
|
||||||
ccrEmacs =
|
ccrEmacs =
|
||||||
(pkgs.emacsPackagesFor config.packages.ccrEmacsWithoutPackages).emacsWithPackages
|
(pkgs.emacsPackagesFor config.packages.ccrEmacsWithoutPackages).emacsWithPackages
|
||||||
|
|
Reference in a new issue