mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: udisks: Update to 2.10.1.
* gnu/packages/freedesktop.scm (udisks): Update to 2.10.1. [native-inputs]: Replace intltool with gettext-minimal. Remove gnome-common. Change-Id: I4fbc4f6949eb14763dad58dbccd9974793ea02f6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a8bd933362
commit
f8573c326a
1 changed files with 3 additions and 4 deletions
|
|
@ -1750,7 +1750,7 @@ Analysis and Reporting Technology) functionality.")
|
|||
(define-public udisks
|
||||
(package
|
||||
(name "udisks")
|
||||
(version "2.8.4")
|
||||
(version "2.10.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -1758,16 +1758,15 @@ Analysis and Reporting Technology) functionality.")
|
|||
version "/udisks-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"06cq52kp1nyy15qzylywy9s7hhhqc45k0s3y68crf0zsmjyng0yj"))))
|
||||
"1klf5pcr9yg8g88mwwh3q2j0idfwd8hfr2q6nknhsm02yv638mxp"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list docbook-xml-4.3 ; to build the manpages
|
||||
docbook-xsl
|
||||
gettext-minimal
|
||||
`(,glib "bin") ; for glib-mkenums
|
||||
gnome-common ; TODO: Why is this needed?
|
||||
gobject-introspection
|
||||
gtk-doc/stable
|
||||
intltool
|
||||
pkg-config
|
||||
libxslt))
|
||||
(propagated-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue