aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/elm.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-09 17:46:42 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-09 18:01:58 +0800
commit357436b8404f1a08171e41ac14ff7d16ebc3d79f (patch)
tree20f12ad3b624e2b63d9e5232bc9550a727cdc967 /gnu/packages/elm.scm
parent4ca2457a5c153df1088b7a9b2ec6461e6d69727a (diff)
downloadguix-357436b8404f1a08171e41ac14ff7d16ebc3d79f.tar.gz
guix-357436b8404f1a08171e41ac14ff7d16ebc3d79f.zip
gnu: stow: Fix cross-compiling.
* gnu/packages/package-management.scm (stow)[native-inputs]: Add perl. Change-Id: Ic9898a3b3c02b31b21dff3e068a99091961e4ef3
Diffstat (limited to 'gnu/packages/elm.scm')
0 files changed, 0 insertions, 0 deletions
ome service....This patch adds a Guix Home service, which allows for configuring/deploying an operating-system declaration with an associated home-environment. * gnu/services/guix.scm: Add guix-home-service and guix-home-shepherd-service * gnu/home/services/shepherd.scm: Don't attempt to launch user shepherd when the system shepherd runs guix-home-<user> * doc/guix.texi: Add documentation for guix-home-service * gnu/tests/guix.scm: Add a test to verify guix-home-service-type is able to activate a home environment Change-Id: Ifbcc0878d934aa4abe34bb2123b5081fb432aa8e Signed-off-by: Ludovic Courtès <ludo@gnu.org> Richard Sent 2023-09-15services: guix: Add bffe-service-type....This is intended to replace the functionality of the Guix Build Coordinator queue builds script, and also provide a web interface for build farms. * gnu/services/guix.scm (<bffe-configuration>): New record type. (bffe-configuration, bffe-configuration?, bffe-configuration-package, bffe-configuration-user, bffe-configuration-group, bffe-configuration-arguments bffe-configuration-extra-environment-variables): New procedures. (bffe-service-type): New variable. * gnu/tests/guix.scm (%test-bffe): New variable. * doc/guix.texi (Guix Services): Document the new service. Christopher Baines