From 3fee4fd0035e6fa2175e92b0c381a61d8d27928a Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 26 Jul 2017 15:48:12 +0300 Subject: [PATCH] tome4: Apply Ricardo suggestions. --- gnu/packages/games.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 41084a2f2..2bd7b25cf 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4595,12 +4595,10 @@ Crowther & Woods, its original authors, in 1995. It has been known as "0v2qgdfpvdzd1bcbp9v8pfahj1bgczsq2d4xfhh5wg11jgjcwz03")) (modules '((guix build utils))) (snippet - '(for-each (lambda (file) - (substitute* file - (("#elif defined(__FreeBSD__)" line) - (string-append - line " || defined(__GNUC__)")))) - '("src/music.h" "src/tSDL.h"))))) + '(substitute* '("src/music.h" "src/tSDL.h") + (("#elif defined(__FreeBSD__)" line) + (string-append + line " || defined(__GNUC__)")))))) (build-system gnu-build-system) (native-inputs `(("unzip" ,unzip))) -- 2.13.3