guix-patches
[Top][All Lists]
Advanced

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

[bug#54997] [PATCH 04/12] Add (guix least-authority).


From: Maxime Devos
Subject: [bug#54997] [PATCH 04/12] Add (guix least-authority).
Date: Mon, 18 Apr 2022 11:18:49 +0200
User-agent: Evolution 3.38.3-1

Ludovic Courtès schreef op zo 17-04-2022 om 23:04 [+0200]:
> +(define* (least-authority-wrapper program
> +                                  #:key (name "pola-wrapper")
> +                                  (guest-uid 1000)
> +                                  (guest-gid 1000)
> +                                  (mappings '())
> +                                  (namespaces %namespaces)
> +                                  (directory "/")
> +                                  (preserved-environment-variables
> +                                   %precious-variables))

Could there be an option to define environment variables?  E.g. set
GUIX_LOCPATH for Guile packages that need locale data to read non-ASCII
file names.  As is, it seems like an environment-setting wrapper has to
be inserted inside the pola wrapper to do this.

Greetings,
Maxime. 

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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