summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-04-23 16:50:43 -0400
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-05-01 07:46:48 +0200
commit6ef9c5a8fd86b84707d547a05f809ee2927801bf (patch)
tree942eb459b0a19579e8f484d328c2ae75ce785bae /gnu
parent1f60e67e5aac7c41cf725c8a45287ec1a98621be (diff)
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm7
1 files changed, 6 insertions, 1 deletions
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