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>
This commit is contained in:
Greg Hogan 2023-05-11 19:41:36 +00:00 committed by Ludovic Courtès
parent 4dc6fa08be
commit 7db7d4476f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -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