~ruther/guix-local

c20cd0d24d9b5e8a47b864db9799e0992ffd44b9 — Andy Wingo 8 years ago b9bf08f
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.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +1 -0
@@ 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")