We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
app: false
1 parent f0c0a29 commit 7086167Copy full SHA for 7086167
1 file changed
lib/mix/lib/mix/dep/loader.ex
@@ -393,7 +393,6 @@ defmodule Mix.Dep.Loader do
393
end
394
395
defp gleam_dep(%Mix.Dep{opts: opts} = dep, children, locked?) do
396
- dep = %{dep | opts: Keyword.merge(opts, app: false, override: true)}
397
{dep, Enum.map(children, &to_dep(&1, opts[:dest], _manager = nil, locked?))}
398
399
0 commit comments