diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index da2cfcab6e..af1d0daba9 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -3050,7 +3050,8 @@ (define-public ftxui (arguments (list #:configure-flags #~(list "-DFTXUI_BUILD_TESTS:BOOL=ON" - "-DFTXUI_BUILD_TESTS_FUZZER:BOOL=OFF"))) + "-DFTXUI_BUILD_TESTS_FUZZER:BOOL=OFF" + "-DBUILD_SHARED_LIBS=ON"))) (home-page "https://github.com/ArthurSonzogni/FTXUI") (synopsis "C++ Functional Terminal User Interface") (description