guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNOME minimal


From: Tobias Geerinckx-Rice
Subject: Re: GNOME minimal
Date: Tue, 09 Jun 2020 14:43:24 +0200

Pierre,

Pierre Neidhardt 写道:
guix/ui.scm:1945:12: In procedure run-guix-command:
Throw to key `match-error' with args `("match" "no matching pattern" #f)'. --8<---------------cut here---------------end--------------->8---

Any idea?

My immediate thought is: #f is what (assoc-ref l "non-existent-thing") returns.

And indeed:

(define (gnome-polkit-settings config)
"Return the list of GNOME dependencies that provide polkit actions and
rules."
 (let ((gnome (gnome-package config)))
   (map (lambda (name)
          ((package-direct-input-selector name) gnome))
        '("gnome-settings-daemon"
          "gnome-control-center"
          "gnome-system-monitor"
          "gvfs"))))


You need to include gnome-system-monitor, or adjust the service too.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]