From 1f3a155548c1203480bfb7fceed82acfe9087ce1 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 18 May 2022 18:27:59 +0200 Subject: 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 -- cgit v1.2.3