[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: 0ad: Use regular symbol syntax.
From: |
guix-commits |
Subject: |
01/10: gnu: 0ad: Use regular symbol syntax. |
Date: |
Wed, 18 May 2022 16:32:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1f3a155548c1203480bfb7fceed82acfe9087ce1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed May 18 18:27:59 2022 +0200
gnu: 0ad: Use regular symbol syntax.
* gnu/packages/games.scm (0ad)[inputs]: Use regular symbol syntax for
'0ad-data'.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 77b990a4ce..37a245c570 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6677,7 +6677,7 @@ fight against their plot and save his fellow rabbits from
slavery.")
;; A snippet here would cause a build failure because of timestamps
;; reset. See https://bugs.gnu.org/26734.
(inputs
- (list #{0ad-data}#
+ (list 0ad-data
curl
enet
fmt
- branch master updated (4f7cd5daa2 -> df72ba9e88), guix-commits, 2022/05/18
- 02/10: services: Add more description fields., guix-commits, 2022/05/18
- 03/10: services: Make <service-type> 'description' field mandatory., guix-commits, 2022/05/18
- 04/10: daemon: runChild() is forbidden to talk during environment set up, guix-commits, 2022/05/18
- 01/10: gnu: 0ad: Use regular symbol syntax.,
guix-commits <=
- 10/10: gnu: utsushi: Turn arguments into a gexp., guix-commits, 2022/05/18
- 05/10: gnu: lua-luv: Update to 1.43.0-0., guix-commits, 2022/05/18
- 09/10: gnu: Add utsushi., guix-commits, 2022/05/18
- 06/10: gnu: lua-luv: Use gexps., guix-commits, 2022/05/18
- 07/10: gnu: neovim: Update to 0.7.0., guix-commits, 2022/05/18
- 08/10: gnu: neovim: Use new style., guix-commits, 2022/05/18