use --deps search-auto for "Available from Catalog" installs

in the GUI package manager

closes PR 14444
This commit is contained in:
Robby Findler 2014-04-10 21:00:04 -05:00
parent 28297c4d8f
commit 9ec766fbd4

View File

@ -165,6 +165,7 @@
(lambda ()
(apply
(if first-inst pkg-update-command pkg-install-command)
#:deps 'search-auto
#:scope (and first-inst
(car first-inst))
names)))