guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: kodi: Fix build with latest glibc.


From: guix-commits
Subject: 01/02: gnu: kodi: Fix build with latest glibc.
Date: Wed, 10 May 2023 14:58:21 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 7e152870558e45f69fd7f40b9b5b10e12ac2162d
Author: Eric Bavier <bavier@posteo.net>
AuthorDate: Sun May 7 23:27:18 2023 -0500

    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.
---
 gnu/packages/kodi.scm    |  4 ++--
 gnu/packages/logging.scm | 14 --------------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index 739d293a57..e0710c9fc2 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -415,7 +415,7 @@ alternatives. In compilers, this can reduce the cascade of 
secondary errors.")
            ffmpeg-4
            flac
            flatbuffers
-           fmt-6
+           fmt
            fontconfig
            freetype
            fribidi
@@ -456,7 +456,7 @@ alternatives. In compilers, this can reduce the cascade of 
secondary errors.")
            python
            rapidjson
            samba
-           spdlog-for-kodi
+           spdlog
            sqlite
            taglib
            tinyxml
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 550caf7be1..61b3d6ccc5 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -252,20 +252,6 @@ library.")
        (sha256
         (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
   (package
     (name "rsyslog")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]