mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: 0ad-data: Make the package public but hidden.
So that ci.guix can pick it up (esp. the ‘disarchive’ and ‘source’ jobsets). * gnu/packages/games.scm (0ad-data): Make variable public and add ‘hidden?’ property. Reported-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I8129811f386a356a0e236850a43e6dee9bb6c3ac
This commit is contained in:
parent
e3586aa61d
commit
67960be52e
1 changed files with 2 additions and 1 deletions
|
@ -7234,7 +7234,7 @@ (define-public lugaru
|
|||
license:cc-by-sa3.0
|
||||
license:cc-by-sa4.0))))
|
||||
|
||||
(define 0ad-data
|
||||
(define-public 0ad-data
|
||||
(package
|
||||
(name "0ad-data")
|
||||
(version "0.0.26-alpha")
|
||||
|
@ -7270,6 +7270,7 @@ (define 0ad-data
|
|||
(synopsis "Data files for 0ad")
|
||||
(description "0ad-data provides the data files required by the game 0ad.")
|
||||
(home-page "https://play0ad.com")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list (license:fsdg-compatible
|
||||
"http://tavmjong.free.fr/FONTS/ArevCopyright.txt"
|
||||
"Similar to the license of the Bitstream Vera fonts.")
|
||||
|
|
Loading…
Reference in a new issue