mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: mate-session-manager: Update to 1.24.0.
* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0. [native-inputs]: Add now required libxcomposite. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6129b04673
commit
42da81763f
1 changed files with 3 additions and 2 deletions
|
@ -340,7 +340,7 @@ (define-public mate-terminal
|
|||
(define-public mate-session-manager
|
||||
(package
|
||||
(name "mate-session-manager")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -348,7 +348,7 @@ (define-public mate-session-manager
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kpfmgay01gm74paaxccs3lim4jfb4hsm7i85jfdypr51985pwyj"))))
|
||||
"01scj5d1xlri9b2id8gm9kfni9nzhdjdf7rag7fvcxwqp7baz3h3"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-elogind"
|
||||
|
@ -389,6 +389,7 @@ (define-public mate-session-manager
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
("xtrans" ,xtrans)
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue