gnu: gnome-desktop: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.28.2. [inputs]: Add libseccomp.
This commit is contained in:
parent
5ba1781915
commit
9863ce205d
|
@ -461,7 +461,7 @@ commonly used macros.")
|
||||||
(define-public gnome-desktop
|
(define-public gnome-desktop
|
||||||
(package
|
(package
|
||||||
(name "gnome-desktop")
|
(name "gnome-desktop")
|
||||||
(version "3.24.2")
|
(version "3.28.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -470,7 +470,7 @@ commonly used macros.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pkq5l1llw8gkjhfq6y58iyj6wac8dh1mc3rzjzn6nd7lrkdx8cg"))))
|
"0c439hhpfd9axmv4af6fzhibksh69pnn2nnbghbbqqbwy6zqfl30"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -496,6 +496,7 @@ commonly used macros.")
|
||||||
`(("gdk-pixbuf" ,gdk-pixbuf)
|
`(("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("iso-codes" ,iso-codes)
|
("iso-codes" ,iso-codes)
|
||||||
|
("libseccomp" ,libseccomp)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libxkbfile" ,libxkbfile)
|
("libxkbfile" ,libxkbfile)
|
||||||
|
|
Loading…
Reference in New Issue