me
/
guix
Archived
1
0
Fork 0

gnu: ola: Use gexps.

* gnu/packages/lighting.scm (ola)[arguments]: Use gexps.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Simon South 2022-12-18 13:46:56 -05:00 committed by Ludovic Courtès
parent 5f8a51993e
commit 361aad5ce3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 4 deletions

View File

@ -19,6 +19,7 @@
(define-module (gnu packages lighting) (define-module (gnu packages lighting)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix gexp)
#:use-module (guix git-download) #:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:) #:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages) #:use-module (guix packages)
@ -67,10 +68,11 @@
(propagated-inputs (propagated-inputs
(list protobuf)) ; for pkg-config --libs libola (list protobuf)) ; for pkg-config --libs libola
(arguments (arguments
`( ;; G++ >= 4.8 macro expansion tracking requires lots of memory, causing (list
;; build to fail on low memory systems. We disable that with the ;; G++ >= 4.8 macro expansion tracking requires lots of memory, causing
;; following configure flags. ;; build to fail on low memory systems. We disable that with the
#:configure-flags (list "CXXFLAGS=-ftrack-macro-expansion=0"))) ;; following configure flags.
#:configure-flags #~(list "CXXFLAGS=-ftrack-macro-expansion=0")))
(synopsis "Framework for controlling entertainment lighting equipment") (synopsis "Framework for controlling entertainment lighting equipment")
(description "The Open Lighting Architecture is a framework for lighting (description "The Open Lighting Architecture is a framework for lighting
control information. It supports a range of protocols and over a dozen USB control information. It supports a range of protocols and over a dozen USB