diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-16 12:02:42 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-23 21:55:41 +0100 |
commit | 0bce55ca5343eb006c3a7c95f00eb74efc277f76 (patch) | |
tree | b9d53cc7edfb5a61ff6ad3200854e53b03d4a5b5 /gnu | |
parent | b51b2191a94504d02e62a358c9160bb1b4c42de2 (diff) | |
download | guix-0bce55ca5343eb006c3a7c95f00eb74efc277f76.tar.gz |
gnu: gnome: Add core packages for GNOME 44.
* gnu/packages/gnome.scm (gnome-meta-core-shell): Add gnome-remote-desktop. (gnome-meta-core-utilities): Add gnome-connections.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9778a0b461..5c6eb2288a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10205,6 +10205,7 @@ documents and diagrams, playing media, scanning, and much more.") gnome-initial-setup gnome-keyring gnome-menus + gnome-remote-desktop gnome-session gnome-settings-daemon gnome-shell @@ -10238,6 +10239,7 @@ documents and diagrams, playing media, scanning, and much more.") gnome-calendar gnome-characters gnome-clocks + gnome-connections gnome-console gnome-contacts gnome-disk-utility |