[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: slimevolley: Build with gcc-7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: slimevolley: Build with gcc-7. |
Date: |
Tue, 25 Apr 2023 03:34:18 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 08c63aac53 gnu: slimevolley: Build with gcc-7.
08c63aac53 is described below
commit 08c63aac53b47d21ea2b7618601fe9118c1e4992
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 25 10:32:46 2023 +0300
gnu: slimevolley: Build with gcc-7.
* gnu/packages/games.scm (slimevolley)[native-inputs]: Add gcc-7.
---
gnu/packages/games.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6ede4fbf8a..288d470c8c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8717,7 +8717,8 @@ and cooperative.")
;; missing from command line".
#:configure-flags (list "-DCMAKE_EXE_LINKER_FLAGS=-lm")))
(native-inputs
- `(("gettext" ,gettext-minimal)))
+ `(("gcc-7" ,gcc-7)
+ ("gettext" ,gettext-minimal)))
(inputs
`(("sdl" ,(sdl-union (list sdl sdl-image sdl-net sdl-ttf)))))
(home-page "https://slime.tuxfamily.org/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: slimevolley: Build with gcc-7.,
guix-commits <=