From 2c90c930bdf7fefce1174f81a10b282ab995183d Mon Sep 17 00:00:00 2001 From: Jacob Sowder Date: Fri, 29 Nov 2024 14:31:32 -0500 Subject: [PATCH] Fixed syntax error in patches. --- my-packages/my-games.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/my-packages/my-games.scm b/my-packages/my-games.scm index e949d61..fc70311 100644 --- a/my-packages/my-games.scm +++ b/my-packages/my-games.scm @@ -208,10 +208,10 @@ strife, chex quest, and fan-created games like harmony, hacx and freedoom.") (base32 "0arfx7f2rfgc68ph4sq99hjrjjqsxiq6s4ppv0swyaqhqm0g2hrz")) ;; Fix textures for SDL 2.0.14. ;; See . - (patches (search-path - (map (cut string-append <> "/my-packages/patches") - %load-path) - "barony-fix-make-install-script.patch")))) + (patches (list (search-path + (map (cut string-append <> "/my-packages/patches") + %load-path) + "barony-fix-make-install-script.patch"))))) (build-system cmake-build-system) (arguments '(#:configure-flags