From 3005ed77e706977c6ed125d3516408b44e308ea8 Mon Sep 17 00:00:00 2001 From: coopi Date: Mon, 27 Jul 2026 10:10:17 +0400 Subject: gnu: cpptrace: Enable libunwind support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cpp.scm (cpptrace)[inputs]: Add libunwind. [arguments]<#:configure-flags>: Enable libunwind support. Merges: https://codeberg.org/guix/guix/pulls/10202 Signed-off-by: Nguyễn Gia Phong --- gnu/packages/cpp.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/cpp.scm') diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 15ec745649e..9da8d2fd28c 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -411,6 +411,7 @@ parser, IO and conversion utilities.") "-DCPPTRACE_USE_EXTERNAL_ZSTD=ON" "-DCPPTRACE_USE_EXTERNAL_LIBDWARF=ON" "-DCPPTRACE_FIND_LIBDWARF_WITH_PKGCONFIG=ON" + "-DCPPTRACE_UNWIND_WITH_LIBUNWIND=ON" "-DBUILD_SHARED_LIBS=ON" "-DCPPTRACE_USE_EXTERNAL_GTEST=ON") #:phases @@ -428,7 +429,7 @@ parser, IO and conversion utilities.") (native-inputs (list googletest pkg-config)) (inputs - (list libdwarf zlib zstd)) + (list libdwarf libunwind zlib zstd)) (home-page "https://github.com/jeremy-rifkin/cpptrace") (synopsis "Stacktrace library for C++11 and newer") (description "@code{cpptrace} is a simple and portable C++ stacktrace -- cgit v1.2.3