kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 2955ecbb838c71233eafdea2d5a4eec32edfa131
Author: Alexandros Theodotou <[email protected]>
Date: Fri Nov 8 12:24:33 2019 +0100
gnu: gnome: Add gnome-screenshot to default apps.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]:
Add gnome-screenshot.
Signed-off-by: Marius Bakke <[email protected]>
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 28c775e..d95d052 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6863,6 +6863,7 @@ associations for GNOME.")
("gnome-default-applications" ,gnome-default-applications)
("gnome-keyring" ,gnome-keyring)
("gnome-online-accounts" ,gnome-online-accounts)
+ ("gnome-screenshot" ,gnome-screenshot)
("gnome-session" ,gnome-session)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gnome-shell" ,gnome-shell)