guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44435] [PATCH 1/1] services: Add transmission-daemon service.


From: Simon South
Subject: [bug#44435] [PATCH 1/1] services: Add transmission-daemon service.
Date: Sat, 07 Nov 2020 09:12:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Simon South <simon@simonsouth.net> writes:
> +(define (transmission-daemon-activation config)
> +  "Return the Transmission Daemon activation GEXP for CONFIG."
> +  (let ((owner (getpwnam %transmission-daemon-user))

This call to "getpwnam" should be executed on the build side, not the
host side.

Also, since Ludovic's commit ca465a9c8454, configuring a system that
uses this service type issues

  gnu/services/file-sharing.scm:736:9: warning: importing module (guix config) 
from the host

which I assume is a problem.

I'm working on an update that addresses these things.

-- 
Simon South
simon@simonsouth.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]