Revert "Build Emacs with pdf-tools support"
This reverts commit 20339dd41a
.
This commit is contained in:
parent
25364899cd
commit
59553009a6
|
@ -4,7 +4,7 @@ with pkgs;
|
|||
|
||||
let
|
||||
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
|
||||
(epkgs: [ epkgs.vterm epkgs.pdf-tools ]));
|
||||
(epkgs: [ epkgs.vterm ]));
|
||||
|
||||
in {
|
||||
# Upgrade Doom Emacs daily
|
||||
|
|
|
@ -4,7 +4,7 @@ with pkgs;
|
|||
|
||||
let
|
||||
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
|
||||
(epkgs: [ epkgs.vterm epkgs.pdf-tools ]));
|
||||
(epkgs: [ epkgs.vterm ]));
|
||||
patched-webtorrent-cli = nodePackages.webtorrent-cli.override {
|
||||
buildInputs = [ pkgs.nodePackages.node-gyp-build ];
|
||||
preRebuild = ''
|
||||
|
|
Loading…
Reference in New Issue