guix system: Highlight search results.

This is a followup to 5e0c347975.

* guix/scripts/system/search.scm (guix-system-search): Pass #:regexps
parameter to 'display-search-results'.
This commit is contained in:
Ludovic Courtès 2022-04-29 22:57:30 +02:00
parent b06ecc5751
commit d2c663711e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -189,4 +189,5 @@ (define (guix-system-search . args)
(leave-on-EPIPE
(display-search-results matches (current-output-port)
#:print service-type->recutils
#:regexps regexps
#:command "guix system search")))))