mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: spdlog: Fix tests.
* gnu/packages/patches/spdlog-fix-tests.patch: New file. * gnu/local.mk: Add it. * gnu/packages/logging.scm (spdlog)[source]: Use patch. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
68b3d71806
commit
1ae56be99e
3 changed files with 28 additions and 0 deletions
|
@ -220,6 +220,7 @@ output in multiple windows in a terminal.")
|
|||
(url "https://github.com/gabime/spdlog")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(patches (search-patches "spdlog-fix-tests.patch"))
|
||||
(sha256
|
||||
(base32 "0i3a1cqrg1sz0w50g7zz9x73rf838igqri12q8ijh4rzpq0qq3ch"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue