guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gdm: Fix launching of the application.


From: guix-commits
Subject: 02/02: gnu: gdm: Fix launching of the application.
Date: Sat, 5 Sep 2020 05:40:47 -0400 (EDT)

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

commit 25ac44b6015ef333852a54011f37961bc79a6655
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Sep 5 03:58:07 2020 -0400

    gnu: gdm: Fix launching of the application.
    
    * gnu/packages/gnome.scm (gdm) 
[arguments]<#:configure-flags>[--localstatedir]: New flag.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 40ca0fe..314d228 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9406,6 +9406,7 @@ libxml2.")
     (arguments
      `(#:configure-flags
        (list
+        "--localstatedir=/var"
         "--disable-static"
         "--enable-gdm-xsession"
         "--disable-systemd-journal"



reply via email to

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