guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ola: Build with protobuf@3.


From: guix-commits
Subject: 02/02: gnu: ola: Build with protobuf@3.
Date: Sun, 16 Aug 2020 06:18:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 50dee556f54851287b5671991d5f5ec0f22afa9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 16 12:15:48 2020 +0200

    gnu: ola: Build with protobuf@3.
    
    * gnu/packages/lighting.scm (ola)[propagated-inputs]: Use default protobuf 
version.
---
 gnu/packages/games.scm    | 2 +-
 gnu/packages/lighting.scm | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9df42fe..94832b3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11659,7 +11659,7 @@ game.")  ;thanks to Debian for description
        ("gsasl" ,gsasl)
        ("libgcrypt" ,libgcrypt)
        ("libircclient" ,libircclient)
-       ("protobuf" ,protobuf-2)
+       ("protobuf" ,protobuf-2)         ; remove package when no longer needed
        ("qtbase" ,qtbase)
        ("sdl" ,(sdl-union (list sdl sdl-mixer)))
        ("sqlite" ,sqlite)
diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm
index 027c08b..4718795 100644
--- a/gnu/packages/lighting.scm
+++ b/gnu/packages/lighting.scm
@@ -70,9 +70,7 @@
          ("libuuid" ,util-linux "lib")
          ("zlib" ,zlib)))
       (propagated-inputs
-       ;; Ola 0.10.5 only supports protobuf 2.x, and building it with 3.x 
breaks.
-       ;; XXX Remove protobuf-2 when it is no longer needed.
-       `(("protobuf" ,protobuf-2))) ;; for pkg-config --libs libola
+       `(("protobuf" ,protobuf)))       ; for pkg-config --libs libola
       (arguments
        `( ;; G++ >= 4.8 macro expansion tracking requires lots of memory, 
causing
          ;; build to fail on low memory systems.  We disable that with the



reply via email to

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