guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]