all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] services: prosody: Fix activation script.
@ 2017-01-19 23:57 Clément Lassieur
  2017-01-23 13:57 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Clément Lassieur @ 2017-01-19 23:57 UTC (permalink / raw)
  To: guix-devel

* gnu/services/messaging.scm (prosody-activation): Import (guix build utils)
  for 'mkdir-p'.
---
 gnu/services/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm
index 0b5aa1fae..aa398970b 100644
--- a/gnu/services/messaging.scm
+++ b/gnu/services/messaging.scm
@@ -621,6 +621,7 @@ See also @url{http://prosody.im/doc/modules/mod_muc}."
                   (serialize-prosody-configuration config)))))
          (config-file (plain-file "prosody.cfg.lua" config-str)))
     #~(begin
+        (use-modules (guix build utils))
         (define %user (getpw "prosody"))
 
         (mkdir-p #$config-dir)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-25 13:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 23:57 [PATCH] services: prosody: Fix activation script Clément Lassieur
2017-01-23 13:57 ` Ludovic Courtès
2017-01-24  0:24   ` [PATCH] services: Fix 'mkdir-p' in activation scripts Clément Lassieur
2017-01-24 21:21     ` Ludovic Courtès
2017-01-24 22:49       ` Clément Lassieur
2017-01-24 22:50   ` Clément Lassieur
2017-01-25 13:05     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.