diff options
author | guy fleury iteriteka <hoonandon@gmail.com> | 2019-04-15 23:04:10 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-15 23:04:55 +0200 |
commit | 5dff38d42ab6d12413b162cc85e929cbf4af963f (patch) | |
tree | 52c2cb78dc25561d58cf81142c0d309d7c806128 /gnu | |
parent | f254e308c21a10798e11940580f7b3fbdb4a7714 (diff) | |
download | guix-5dff38d42ab6d12413b162cc85e929cbf4af963f.tar guix-5dff38d42ab6d12413b162cc85e929cbf4af963f.tar.gz |
gnu: mate: Include mate-power-manager.
* gnu/packages/mate.scm (mate)[inputs]: Add mate-power-manager.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 4a584c3e19..0b668b4224 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2017 ng0 <ng0@n0.is> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1605,6 +1606,7 @@ used to bring up authentication dialogs.") ("mate-terminal" ,mate-terminal) ("mate-themes" ,mate-themes) ("mate-icon-theme" ,mate-icon-theme) + ("mate-power-manager" ,mate-power-manager) ("mate-menu" ,mate-menus) ("mate-panel" ,mate-panel) ("mate-control-center" ,mate-control-center) |