[bug#35294,2/2] gnu: mate: Build MATE with mate-power-mager support.

Message ID 20190415203007.1175-3-hoonandon@gmail.com
State Accepted
Headers show
Series Add mate-power-manager to MATE | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

guy fleury iteriteka April 15, 2019, 8:30 p.m. UTC
* gnu/packages/mate.scm (mate) : New inputs (mate-power-manager).
---
 gnu/packages/mate.scm | 2 ++
 1 file changed, 2 insertions(+)

Comments

Brett Gilio Dec. 10, 2019, 7:03 a.m. UTC | #1
Closing.

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 4a584c3..0b668b4 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)