guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: 0ad-data: Make the package public but hidden


From: guix-commits
Subject: branch master updated: gnu: 0ad-data: Make the package public but hidden.
Date: Fri, 16 Feb 2024 05:30:42 -0500

This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 67960be52e gnu: 0ad-data: Make the package public but hidden.
67960be52e is described below

commit 67960be52e01f8bd169dcff5985c4af2c5f87f91
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Fri Feb 16 11:18:47 2024 +0100

    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
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a442d92599..41bfe40dff 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7234,7 +7234,7 @@ fight against their plot and save his fellow rabbits from 
slavery.")
                    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 @@ fight against their plot and save his fellow rabbits from 
slavery.")
     (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.")



reply via email to

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