Build emacs with pdf-tools support
This commit is contained in:
parent
1fca5ab697
commit
fd5577fdbd
|
@ -4,7 +4,7 @@ with pkgs;
|
|||
|
||||
let
|
||||
emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
|
||||
(epkgs: [ epkgs.vterm ]));
|
||||
(epkgs: with epkgs; [ vterm pdf-tools ]));
|
||||
isync-oauth2 = isync.overrideAttrs
|
||||
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ with pkgs;
|
|||
|
||||
let
|
||||
emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
|
||||
(epkgs: [ epkgs.vterm ]));
|
||||
(epkgs: with epkgs; [ vterm pdf-tools ]));
|
||||
patched-webtorrent-cli = nodePackages.webtorrent-cli.override {
|
||||
preRebuild = ''
|
||||
sed -i -e "s|#!/usr/bin/env node|#! ${pkgs.nodejs}/bin/node|" node_modules/node-gyp-build/bin.js
|
||||
|
|
Loading…
Reference in New Issue