Fixed syntax error in patches.

main
Jacob Sowder 1 year ago
parent d5b5b762ed
commit 2c90c930bd

@ -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 <https://github.com/TurningWheel/Barony/pull/582>.
(patches (search-path
(patches (list (search-path
(map (cut string-append <> "/my-packages/patches")
%load-path)
"barony-fix-make-install-script.patch"))))
"barony-fix-make-install-script.patch")))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags

Loading…
Cancel
Save