From 4e531e55dcdc99c83bcfe3eec67c3fd95c7b6ca7 Mon Sep 17 00:00:00 2001 From: Reza Housseini Date: Sat, 27 May 2023 16:08:20 +0800 Subject: gnu: utfcpp: Update to 3.2.4. * gnu/packages/textutils.scm (utfcpp): Update to 3.2.4. [snippet]: Unbundle ftest. [arguments]: Remove field. [native-inputs]: Add ftest. * gnu/packages/games.scm (warzone2100)[#:phases]: Adjust 'fix-utfcpp-include. * gnu/packages/video.scm (mkvtoolnix)[#:phases]: Add 'fix-utfcpp-include. Co-authored-by: Hilton Chain Signed-off-by: Hilton Chain --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 453d742fb1..894a21698e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5579,7 +5579,7 @@ in-window at 640x480 resolution or fullscreen.") (lambda _ (substitute* "lib/framework/wzstring.cpp" (("") - "")))) + "")))) (add-after 'unpack 'link-tests-with-qt (lambda _ (substitute* "tests/Makefile.am" -- cgit v1.2.3