mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: 0ad: Use regular symbol syntax.
* gnu/packages/games.scm (0ad)[inputs]: Use regular symbol syntax for '0ad-data'.
This commit is contained in:
parent
4f7cd5daa2
commit
1f3a155548
1 changed files with 1 additions and 1 deletions
|
@ -6677,7 +6677,7 @@ (define-public 0ad
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue