remote: Fix type error in the list of store items to send.
authorLudovic Courtès <ludo@gnu.org>
Mon, 15 Jul 2019 14:02:44 +0000 (16:02 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 15 Jul 2019 16:27:22 +0000 (18:27 +0200)
commit5db07b971d5729d349152a4d7ddab80a235ac0a0
treebf6ee67e104790fd8b549232c42761e1ad852fbd
parente6bd575a720f49c726959a3139aa55b900919305
remote: Fix type error in the list of store items to send.

Fixes a regression introduced in 386857748097619b3b75a7bf93677b6aa742d03c.

* guix/remote.scm (remote-eval): Use 'append-map', not 'map', for
'derivation-input-output-paths'.
guix/remote.scm