aboutsummaryrefslogtreecommitdiff
path: root/nix/AUTHORS
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2024-11-09 12:10:27 +0900
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-12-24 00:26:54 +0100
commit7ca7059ccd4f127b3e442148495737221989d8b4 (patch)
tree37074588675fc4e9588b880df41cf9911b77eccf /nix/AUTHORS
parent98fdc0876ba1a5ca06820a6ade52fa8160a666e8 (diff)
downloadguix-7ca7059ccd4f127b3e442148495737221989d8b4.tar.gz
guix-7ca7059ccd4f127b3e442148495737221989d8b4.zip
gnu: Add emacs-mistty.
* gnu/packages/emacs-xyz.scm (emacs-mistty): New variable. Change-Id: I13c67437d6cb7813d1d399626e52834019cb41f0 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'nix/AUTHORS')
0 files changed, 0 insertions, 0 deletions
n't end up fixing anything. The problem was elsewhere; namely, using 'operating-system-services' instead of 'operating-system-user-services'. Maxim Cournoyer 2022-03-17services: nfs: Define rpcbind-shepherd-service at the top level....Attempting to use the 'nfs-service-type' as part of a computed operating-system definition, the following exception would be thrown: ice-9/boot-9.scm:1685:16: In procedure raise-exception: ERROR: 1. &ambiguous-target-service-error: service: #<<service> type: #<service-type rpcbind 7f7529853780> value: #<<rpcbind-configuration> rpcbind: #<package rpcbind@1.2.6 gnu/packages/onc-rpc.scm:87 7f75389e78f0> warm-start?: #t>> target-type: #<service-type shepherd-root 7f7529396080> 2. &message: "more than one target service of type 'shepherd-root'" The problem was that the rpcbind shepherd-service object was dynamically instantiated every time the rpcbind-service-type would be called, causing multiple objects in some situations, resulting in the above condition. * gnu/services/nfs.scm (rpcbind-service-type): Refactor and adjust in a way to extract... (rpcbind-shepherd-service): ... this new procedure. Maxim Cournoyer 2021-12-23services: nfs: Fix statd and mountd ports....* gnu/services/nfs.scm (nfs-shepherd-services): Fix rpcstatd-port and rpcmountd-port arguments. Mathieu Othacehe 2021-02-05gnu: services: Fix the NFS service....* gnu/services/nfs.scm (rpcbind-service-type): Adjust for the file name change of the rpcbind command. Maxim Cournoyer