diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-15 16:09:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-15 16:09:18 +0200 |
commit | b4440de133401abc6ce8be6c1c2e720efd9b2ba3 (patch) | |
tree | 0d235e79790239daafbe26e1054b45672067f149 /gnu/packages/gnome.scm | |
parent | 141262f266ab702c856f634889d4130ae661e79f (diff) | |
parent | 33ff35d57095bb1283e9fb40edc24556f9a43682 (diff) | |
download | patches-b4440de133401abc6ce8be6c1c2e720efd9b2ba3.tar patches-b4440de133401abc6ce8be6c1c2e720efd9b2ba3.tar.gz |
Merge branch 'version-1.1.0'
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 820811f8fa..33aae4545e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6776,7 +6776,8 @@ libxml2.") name "-" version ".tar.xz")) (sha256 (base32 - "12ypdz9i24hwbl1d1wnnxb8zlvfa4f49n9ac5cl9d6h8qp4b0gb4")))) + "12ypdz9i24hwbl1d1wnnxb8zlvfa4f49n9ac5cl9d6h8qp4b0gb4")) + (patches (search-patches "gdm-default-session.patch")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |