From 6ef9c5a8fd86b84707d547a05f809ee2927801bf Mon Sep 17 00:00:00 2001 From: bdunahu Date: Thu, 23 Apr 2026 16:50:43 -0400 Subject: gnu: mars: Remove nonfree files from source. * gnu/packages/games.scm (mars)[source]: Remove unused nonfree libraries. [license]: Specify correct license for music files. Change-Id: I9b64ce6c9b256bed8b45edd7ee49496dfe798335 Signed-off-by: Liliana Marie Prikler --- gnu/packages/games.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6c44005b28..2ee4c0861d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4730,6 +4730,10 @@ for common mesh file formats, and collision detection.") (url "https://github.com/thelaui/M.A.R.S.") (commit commit))) (file-name (git-file-name name version)) + (modules '((guix build utils))) + (snippet + #~(begin + (delete-file-recursively "ext_libs_for_windows"))) (sha256 (base32 "0bdi4ja39rark742qvqixm8khai5k8qd84z5kzim9jcjdvvwyqj9")))) @@ -4756,7 +4760,8 @@ for common mesh file formats, and collision detection.") attractive physics. Players can battle each other or computer controlled enemies in different game modes such as space ball, death match, team death match, cannon keep, and grave-itation pit.") - (license license:gpl3+)))) + (license (list license:gpl3+ + license:cc-by-sa3.0))))) ;/data/audio/music (define-public alienblaster (package -- cgit v1.3