substitute: Remove redundant fetch arguments.
authorChristopher Baines <mail@cbaines.net>
Thu, 7 Jan 2021 20:40:50 +0000 (20:40 +0000)
committerChristopher Baines <mail@cbaines.net>
Mon, 22 Feb 2021 20:43:11 +0000 (20:43 +0000)
commitb9d058e3f7982eed04cc748cc0b24173a3969c52
treec63d05f7f8e825e9cdad6fba2e1b72fb93dc0635
parent7c85877fdf964694061e3192eac35723ebc047bf
substitute: Remove redundant fetch arguments.

It's just called in one place, with hardcoded argument values, so just inline
them.

* guix/scripts/substitute.scm (fetch): Remove arguments that don't vary, copy
the values from the call site in process-substitution.
(process-substitution): Remove unnecessary argument values from fetch call.
guix/scripts/substitute.scm