guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: network-manager: Specify location of /v


From: guix-commits
Subject: branch wip-desktop updated: gnu: network-manager: Specify location of /var.
Date: Mon, 14 Sep 2020 14:56:46 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new 2fa04ca  gnu: network-manager: Specify location of /var.
2fa04ca is described below

commit 2fa04cae1c03858f345da06e226cecb801f130bf
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Sep 14 20:53:10 2020 +0200

    gnu: network-manager: Specify location of /var.
    
    * gnu/packages/gnome.scm (network-manager)[arguments]<#:configure-flags>:
    Specify location of /var.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 410cc92..8842b78 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8924,6 +8924,7 @@ users.")
        (list
         ;; System Paths
         "-Dsystemdsystemunitdir=no"
+        "-Dlocalstatedir=/var"
         (string-append "-Dsystem_ca_path="
                        (assoc-ref %build-inputs "nss-certs")
                        "/etc/ssl/certs")



reply via email to

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