SLY: Add xdg-utils to Nyxt ad-hoc deps.

master
Pierre Neidhardt 2021-03-30 10:34:50 +02:00
parent f78815dffc
commit c85d2c4601
1 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,12 @@ This dump is expected to be generated by `lisp-repl-core-dumper'."
(setq sly-lisp-implementations (setq sly-lisp-implementations
(let* ((maybe-core-dumper (when-let ((exec (executable-find "lisp-repl-core-dumper"))) (let* ((maybe-core-dumper (when-let ((exec (executable-find "lisp-repl-core-dumper")))
(list exec))) (list exec)))
;; Support for encrypted files and password manager: (nyxt-ad-hoc-deps '("git" ; For vcs-mode.
(nyxt-ad-hoc-deps '("password-store" "git" "guix" "gnupg")) "gnupg" ;
"guix" ; For OSPM.
"password-store"
;; For xdg-open:
"xdg-utils"))
(nyxt-command `("guix" "environment" "--pure" (nyxt-command `("guix" "environment" "--pure"
"--preserve=^PERSONAL$" ; To find personal config, like engines and bookmarks. "--preserve=^PERSONAL$" ; To find personal config, like engines and bookmarks.
"-l" ,(expand-file-name "~/common-lisp/nyxt/build-scripts/guix.scm") "-l" ,(expand-file-name "~/common-lisp/nyxt/build-scripts/guix.scm")