mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02: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:
committed by
Christopher Baines
parent
68b3d71806
commit
1ae56be99e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user