From 2691864533aa1d557838bc842aa88b2f9daa37d4 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 18 Nov 2021 17:16:04 +0100 Subject: gnu: irrlicht: Fix build. * gnu/packages/games.scm (irrlicht) [phase remove-]: has been removed from glibc, and it is not used, so remove it. Signed-off-by: Efraim Flashner --- gnu/packages/games.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e01ad3c8d2..c80335a1ea 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3568,6 +3568,10 @@ are primarily in English, however some in other languages are provided.") ;; The actual source is buried a few directories deep. (chdir "source/Irrlicht/") #t)) + (add-after 'chdir-to-source 'remove- + (lambda _ + (substitute* "COSOperator.cpp" + (("#include ") "")))) (add-after 'chdir-to-source 'fix-build-env (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) -- cgit v1.2.3