Skip to content

Commit

Permalink
core-configuration-layer: fix quelpa on opensuse
Browse files Browse the repository at this point in the history
`quelpa-build-explicit-tar-format-p` needs to be non-nil so `tar` uses `--format=gnu`.
This is necessary on OpenSuse
  • Loading branch information
lebensterben committed Jul 20, 2022
1 parent ed8ddd9 commit d428d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/core-configuration-layer.el
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ cache folder.")
quelpa-dir (concat spacemacs-cache-directory "quelpa/")
quelpa-build-dir (expand-file-name "build" quelpa-dir)
quelpa-persistent-cache-file (expand-file-name "cache" quelpa-dir)
quelpa-update-melpa-p nil)
quelpa-update-melpa-p nil
quelpa-build-explicit-tar-format-p t)
(require 'quelpa))

(defun configuration-layer//make-quelpa-recipe (pkg)
Expand Down

0 comments on commit d428d71

Please sign in to comment.