[ prog / sol / mona ]

prog


GNU Freedom For Guix

1 2023-01-03 08:41

Does

AC_ARG_ENABLE([daemon],
  [AS_HELP_STRING([--disable-daemon], [do not build the Nix daemon (C++)])],
  [guix_build_daemon="$enableval"],
  [guix_build_daemon="yes"])

have any use /prog/riders? Is it required to use guix?

2 2023-02-03 04:44

✞✞✞

3 2023-02-03 18:05

It is possible to run the daemon on a different machine and to connect to it over the network, I assume this is the reason it can be disabled here. See:
https://guix.gnu.org/manual/en/html_node/The-Store.html#index-GUIX_005fDAEMON_005fSOCKET

4 2023-02-05 17:58

>>3
Looking at that it appears it's required for building into the store but not fetching and installing derivations.

5 2023-09-16 13:51

Finally, it's being rewritten in Guile.
https://nlnet.nl/project/GuixDaemon-Guile/

6 2023-09-20 23:35

>>5
Good discussion:
https://lists.gnu.org/archive/html/guix-devel/2023-09/msg00328.html

7 2023-09-25 17:10

I want to believe.
https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/ROADMAP.org#n71

8 2023-11-06 23:26

It's happening! \( ̄▽ ̄)/
https://guix.gnu.org/en/blog/2023/a-build-daemon-in-guile/

9


VIP:

do not edit these