Skip to content

Commit

Permalink
Update source, eask-core.el
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 4, 2024
1 parent e332aa0 commit 2e36d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eask-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ scope of the dependencies (it's either `production' or `development')."
(eask-defvc< 27 (eask-pkg-init)) ; XXX: remove this after we drop 26.x
(when eask-depends-on-recipe-p
(eask-log "Installing required external packages...")
(eask-with-archives "melpa"
(eask-with-archives '("gnu" "melpa")
(eask-package-install 'package-build))
(eask-with-progress
"Building temporary archives (this may take a while)... "
Expand Down

0 comments on commit 2e36d7c

Please sign in to comment.