diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-09-05 03:58:07 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-09-05 11:40:34 +0200 |
commit | 25ac44b6015ef333852a54011f37961bc79a6655 (patch) | |
tree | 5373c7e6e6f6e80b80f0f5d060d82556b4d8e08f | |
parent | 9af2ca8099647541cec27dead798157517350697 (diff) | |
download | guix-25ac44b6015ef333852a54011f37961bc79a6655.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 40ca0fe291..314d228adc 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" |