mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
4dc6fa08be
commit
7db7d4476f
1 changed files with 3 additions and 1 deletions
|
@ -2328,7 +2328,9 @@ (define-public discregrid
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue