guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 01/05: guix: Set localstatedir.


From: Ludovic Courtès
Subject: [shepherd] 01/05: guix: Set localstatedir.
Date: Fri, 21 Apr 2023 16:59:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 50c17a03bb90e327290b2278045fa0cb2281d932
Author: Ludovic Courtès <ludo@gnu.org>
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

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