mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: ceph: Update to 17.2.9.
Fixes a build failure introduced with updates to the CMake build system as reported at https://bugs.gentoo.org/934916. * gnu/packages/storage.scm (ceph): Update to 17.2.9. [native-inputs]: Add git-minimal. Change-Id: I85c8341fd83e6ba70d375d227e5481cfdf406577
This commit is contained in:
parent
c0f03f5b86
commit
8b53cfe1c1
1 changed files with 4 additions and 3 deletions
|
|
@ -69,6 +69,7 @@
|
|||
#:use-module (gnu packages sqlite)
|
||||
#:use-module (gnu packages textutils)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages version-control)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages)
|
||||
|
|
@ -84,14 +85,14 @@
|
|||
(define-public ceph
|
||||
(package
|
||||
(name "ceph")
|
||||
(version "17.2.7")
|
||||
(version "17.2.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.ceph.com/tarballs/ceph-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1612424yrf39dz010ygz8k5x1vc8731549ckfj1r39dg00m62klp"))
|
||||
"04m4zxp9hjvppl679ilnr90zr6ij08wr4ralr0whzldy0fskc8hp"))
|
||||
(patches
|
||||
(search-patches
|
||||
"ceph-disable-cpu-optimizations.patch"
|
||||
|
|
@ -233,7 +234,7 @@
|
|||
(outputs
|
||||
'("out" "lib"))
|
||||
(native-inputs
|
||||
(list gperf pkg-config python-cython python-sphinx yasm))
|
||||
(list git-minimal gperf pkg-config python-cython python-sphinx yasm))
|
||||
(inputs
|
||||
(list `(,apache-thrift "lib")
|
||||
`(,apache-thrift "include")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue