diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 12:15:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 12:16:07 +0200 |
commit | 50dee556f54851287b5671991d5f5ec0f22afa9a (patch) | |
tree | 4f8bae81d071514bececa9535b87ad5e8646aa7f /gnu/packages/lighting.scm | |
parent | 784e7d7ae9840b4d38379e587dd181a9490cd101 (diff) | |
download | guix-50dee556f54851287b5671991d5f5ec0f22afa9a.tar.gz |
gnu: ola: Build with protobuf@3.
* gnu/packages/lighting.scm (ola)[propagated-inputs]: Use default protobuf version.
Diffstat (limited to 'gnu/packages/lighting.scm')
-rw-r--r-- | gnu/packages/lighting.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm index 027c08b4e9..4718795a8a 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 |