guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCHES] Add wicd and wicd-service


From: Mark H Weaver
Subject: Re: [PATCHES] Add wicd and wicd-service
Date: Sun, 08 Mar 2015 22:04:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

白熊 <address@hidden> writes:

> On 2015年2月23日 15:32:44 CET, Daniel Pimentel <address@hidden> wrote:
>>On 2015-02-12 10:44, Mark H Weaver wrote:
>>> Daniel Pimentel <address@hidden> writes:
>>> 
>>>> Guixs, I reconfigured my system with wicd. My config.scm (in
>>>> /etc/config.scm):
>>>> (use-modules (gnu))
>>>> (use-service-modules xorg networking dbus avahi)
>>>> (use-package-modules avahi wicd)
>>>> ...
>>>> (service (cons* (slim-service)
>>>>                  (wicd-service)
>>>>                  (dbus-service (list wicd))
>> 
>>It's works. I add my user to netdev group too.
>
> It doesn't (the config.scm) seem to be working for me. 
>
> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: 
>
> guix system: error: failed to load operating system file '/etc/sysconfig.scm':
> ERROR: no code for module (gnu packages wicd)
>
> This after a `guix pull'.
>
> What could be the problem?

"guix pull" puts the updates in $HOME/.config/guix/latest, so it will
only affect calls to 'guix' by the user who ran "guix pull".  When you
run 'guix' as some other user (root in this case), then it won't see
those updates.

So I guess you should run "sudo guix pull" and then try again.

      Mark



reply via email to

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