civodul pushed a commit to branch master
in repository shepherd.

commit 50c17a03bb90e327290b2278045fa0cb2281d932
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Apr 20 20:44:28 2023 +0200

    guix: Set localstatedir.
    
    * build-aux/guix/shepherd-package.scm (shepherd)[arguments]:
    Add #:configure-flags.
---
 build-aux/guix/shepherd-package.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-aux/guix/shepherd-package.scm 
b/build-aux/guix/shepherd-package.scm
index 2a9ca21..9a3fac4 100644
--- a/build-aux/guix/shepherd-package.scm
+++ b/build-aux/guix/shepherd-package.scm
@@ -73,7 +73,8 @@
     (source source-checkout)
     (build-system gnu-build-system)
     (arguments
-     (list #:phases
+     (list #:configure-flags #~'("--localstatedir=/var")
+           #:phases
            (if (%current-target-system)
                #~(modify-phases %standard-phases
                    (add-before 'configure 'set-fibers-directory

Reply via email to