guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: discregrid: Fix for dependent updates.


From: guix-commits
Subject: 12/15: gnu: discregrid: Fix for dependent updates.
Date: Thu, 18 May 2023 14:07:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7db7d4476f4042ca20b189fccd139f49b614d9f0
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu May 11 19:41:36 2023 +0000

    gnu: discregrid: Fix for dependent updates.
    
    * gnu/packages/graphics.scm (discregrid)[source]: Add patch for breaking
    change to cxxopts.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/graphics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 0951770b12..fa1fcbf4d1 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2328,7 +2328,9 @@ Features include:
                              "cmd/generate_density_map/main.cpp"
                              "cmd/generate_sdf/main.cpp")
                 (("^#include <cxxopts/cxxopts\\.hpp>")
-                 "#include <cxxopts.hpp>"))))))
+                 "#include <cxxopts.hpp>")
+                (("cxxopts::OptionException")
+                 "cxxopts::exceptions::parsing"))))))
       (build-system cmake-build-system)
       (outputs '("out" "bin"))
       (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]