gnu: kodi: Fix build with latest glibc.
* gnu/packages/kodi.scm (kodi)[inputs]: Use most recent 'fmt' and 'spdlog' packages. * gnu/packages/logging.scm (spdlog-for-kodi): Delete.
This commit is contained in:
parent
b7534e4b5d
commit
7e15287055
@ -415,7 +415,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
|
|||||||
ffmpeg-4
|
ffmpeg-4
|
||||||
flac
|
flac
|
||||||
flatbuffers
|
flatbuffers
|
||||||
fmt-6
|
fmt
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
fribidi
|
fribidi
|
||||||
@ -456,7 +456,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
|
|||||||
python
|
python
|
||||||
rapidjson
|
rapidjson
|
||||||
samba
|
samba
|
||||||
spdlog-for-kodi
|
spdlog
|
||||||
sqlite
|
sqlite
|
||||||
taglib
|
taglib
|
||||||
tinyxml
|
tinyxml
|
||||||
|
@ -252,20 +252,6 @@ library.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))))))
|
(base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))))))
|
||||||
|
|
||||||
(define-public spdlog-for-kodi
|
|
||||||
(package
|
|
||||||
(inherit spdlog)
|
|
||||||
(version "1.5.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/gabime/spdlog")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name "spdlog" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0dn44r3xbw1w0bk9yflnxkh3rzdq2bpxkks44skfmqig0rsj1f1x"))))))
|
|
||||||
|
|
||||||
(define-public rsyslog
|
(define-public rsyslog
|
||||||
(package
|
(package
|
||||||
(name "rsyslog")
|
(name "rsyslog")
|
||||||
|
Loading…
Reference in New Issue
Block a user