|
From: | Nadya Voronova |
Subject: | Re: Trouble with adding a package |
Date: | Wed, 28 Mar 2018 03:56:02 +0300 |
Hi Nadya,
> Also, while I was experimenting I tried "sudo ./pre-inst-env guix-daemon
> --build-users-group = guixbuild". And it froze my terminal too.
If you meant
sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild
then “freezing” is expected. This is a daemon, so it won’t exit. It
will keep running and accepting requests. Usually it is started by a
service manager or it is backgrounded manually when it is run in a
terminal session.
But you should only run it once. After installing Guix you probably
already started the daemon (confirm with “pgrep -fa guix-daemon”), so
starting it again won’t work.
> Yep, i tried to do it.
> I tried to add it to another file (with (define-public tcal)). And i tried
> to add my file to "" (and it appeared in the Makefile). In both cases,
> nothing happened, still unknown package.
Was there any more output?
Could you send us the complete diff compared to the original sources you
downloaded?
[Prev in Thread] | Current Thread | [Next in Thread] |