all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: "dan" <i@dan.games>, <60008@debbugs.gnu.org>
Subject: [bug#60008] [PATCH] gnu: Add raylib.
Date: Mon, 12 Dec 2022 18:20:20 +0000	[thread overview]
Message-ID: <CP01PFEY4VF9.3W4C9T3BFIVGA@guix-framework> (raw)
In-Reply-To: <20221212141100.27626-1-i@dan.games>

[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

Heya,

* gnu/packages/game-development.scm (raylib): New variable.

Nice! :D

--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm

@@ -2866,3 +2867,33 @@ (define-public recastnavigation

+    (arguments
+     '(#:tests? #f)) ;no test

``(list ...)'' is preferred to ``'()'' for arguments now:

  (arguments
   (list #:tests? #f))

+    (description
+     "raylib is a simple and easy-to-use library to enjoy videogames programming.")

A bit markety, imo.  How about this?

  (description
   "raylib is a high-level library for video game programming.  It aims to
  abstract away platform and graphics details, allowing you to focus on
  writing your game.")

    -- (

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2022-12-12 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 14:11 [bug#60008] [PATCH] gnu: Add raylib dan
2022-12-12 18:20 ` ( via Guix-patches via [this message]
2022-12-12 23:59 ` dan
2023-01-17 14:50   ` bug#60008: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CP01PFEY4VF9.3W4C9T3BFIVGA@guix-framework \
    --to=guix-patches@gnu.org \
    --cc=60008@debbugs.gnu.org \
    --cc=i@dan.games \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.