guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome: Depend on xdg-user-dirs.


From: Andy Wingo
Subject: 02/02: gnu: gnome: Depend on xdg-user-dirs.
Date: Sat, 26 Aug 2017 07:37:42 -0400 (EDT)

wingo pushed a commit to branch master
in repository guix.

commit c20cd0d24d9b5e8a47b864db9799e0992ffd44b9
Author: Andy Wingo <address@hidden>
Date:   Sat Aug 26 12:07:45 2017 +0200

    gnu: gnome: Depend on xdg-user-dirs.
    
    * gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency.  The 
presence
      of the autostart file in /run/current-system/profile/etc/xdg should cause
      xdg-user-dirs to be run when a user logs in, ensuring that they have
      ~/Pictures and other well-known user directories.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bd41513..ead86a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5797,6 +5797,7 @@ associations for GNOME.")
        ("pulseaudio"                ,pulseaudio)
        ("shared-mime-info"          ,shared-mime-info)
        ("totem"                     ,totem)
+       ("xdg-user-dirs"             ,xdg-user-dirs)
        ("yelp"                      ,yelp)
        ("zenity"                    ,zenity)))
     (synopsis "The GNU desktop environment")



reply via email to

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