~ruther/guix-local

b18c003c6908b6d7bc6d63ee4451b5b5cdb6f17c — Paul A. Patience 2 years ago abb5ed8
gnu: reproc: Enable reproc++.

* gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add
-DREPROC++=ON.

Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0
Signed-off-by: Hilton Chain <hako@ultrarare.space>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +2 -1
@@ 1068,7 1068,8 @@ and make @code{cpplint} usable in wider contexts.")
      ;; No tests.
    `(#:tests? #f
      ;; Build the shared library instead of a static one.
      #:configure-flags `("-DBUILD_SHARED_LIBS=1")))
      #:configure-flags `("-DBUILD_SHARED_LIBS=1"
                          "-DREPROC++=ON")))
   (native-inputs
    (list pkg-config))
   (synopsis "Process IO library")