We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e332aa0 commit 2e36d7cCopy full SHA for 2e36d7c
eask-core.el
@@ -778,7 +778,7 @@ scope of the dependencies (it's either `production' or `development')."
778
(eask-defvc< 27 (eask-pkg-init)) ; XXX: remove this after we drop 26.x
779
(when eask-depends-on-recipe-p
780
(eask-log "Installing required external packages...")
781
- (eask-with-archives "melpa"
+ (eask-with-archives '("gnu" "melpa")
782
(eask-package-install 'package-build))
783
(eask-with-progress
784
"Building temporary archives (this may take a while)... "
0 commit comments