unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: 59056@debbugs.gnu.org
Cc: "\(" <paren@disroot.org>
Subject: [bug#59056] [PATCH 1/3] gnu: glad: Rename to GLAD-1.
Date: Sat,  5 Nov 2022 17:15:40 +0000	[thread overview]
Message-ID: <20221105171542.19571-1-paren@disroot.org> (raw)
In-Reply-To: <20221105171427.17117-1-paren@disroot.org>

* gnu/packages/gl.scm (glad-1): New variable.
(glad): Define as GLAD-1.
---
 gnu/packages/gl.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 68c751ace5..93524988a9 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
 ;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2022 ( <paren@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -189,7 +190,7 @@ (define-public ftgl
 Polygon meshes, and Extruded polygon meshes.")
     (license license:x11)))
 
-(define-public glad
+(define-public glad-1
   (package
     (name "glad")
     (version "0.1.36")
@@ -221,6 +222,8 @@ (define-public glad
 generate a GL/GLES/EGL/GLX/WGL loader tailored for specific requirements.")
     (license license:expat)))
 
+(define glad glad-1)
+
 (define-public s2tc
   (package
     (name "s2tc")
-- 
2.38.0





  reply	other threads:[~2022-11-05 17:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05 17:14 [bug#59056] [PATCH 0/3] gnu: Add glad-2 ( via Guix-patches via
2022-11-05 17:15 ` ( via Guix-patches via [this message]
2022-11-05 17:15   ` [bug#59056] [PATCH 2/3] gnu: openboardview: Pin to GLAD-1 ( via Guix-patches via
2022-11-05 17:15   ` [bug#59056] [PATCH 3/3] gnu: Add glad-2 ( via Guix-patches via
2023-02-05 11:42 ` [bug#59056] [PATCH v2 1/3] gnu: glad: Rename to GLAD-1 ( via Guix-patches via
2023-02-05 11:42   ` [bug#59056] [PATCH v2 2/3] gnu: openboardview: Pin " ( via Guix-patches via
2023-02-05 11:42   ` [bug#59056] [PATCH v2 3/3] gnu: Add glad-2 ( via Guix-patches via
2023-02-05 11:48 ` [bug#59056] [PATCH v3 1/3] gnu: glad: Rename to GLAD-1 ( via Guix-patches via
2023-02-05 11:48   ` [bug#59056] [PATCH v3 2/3] gnu: openboardview: Pin " ( via Guix-patches via
2023-02-05 11:48   ` [bug#59056] [PATCH v3 3/3] gnu: Add glad-2 ( via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20221105171542.19571-1-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59056@debbugs.gnu.org \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).