ui: Avoid #:select'ing bindings introduced in the latest (guix build utils).
authorLudovic Courtès <ludo@gnu.org>
Sat, 9 Jun 2018 08:21:26 +0000 (10:21 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 9 Jun 2018 10:02:28 +0000 (12:02 +0200)
commit24cb66d18e37162721d636c277838718d3b23966
treefe75c29f21fb9457cf42c50f5a7902aa89d34b1f
parent4554d4c8a925ed94ce846f927b43a65263acdd84
ui: Avoid #:select'ing bindings introduced in the latest (guix build utils).

This should allow 'guix pull' to complete even when invoked from a Guix
that predates commit 5d669883ecc104403c5d3ba7d172e9c02234577c.

* guix/ui.scm: Use #:hide instead of #:select.  This is a followup to
5d669883ecc104403c5d3ba7d172e9c02234577c.
guix/ui.scm