guix-patches
[Top][All Lists]
Advanced

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

[bug#56959] [PATCH] gnu: packages: Add glad2.


From: Jean Pierre De Jesus DIAZ
Subject: [bug#56959] [PATCH] gnu: packages: Add glad2.
Date: Thu, 11 Aug 2022 14:19:08 +0000

Hello,

Small review:

>+                   (lambda* (#:key outputs #:allow-other-keys)
>+                     (let* ((out (assoc-ref outputs "out"))
>+                            (cmake-dir (string-append
>+                                        out "/share/cmake/glad")))

--8<---------------cut here---------------start------------->8---
                   (lambda _
                     (let ((cmake-dir (string-append
                                        #$output "/share/cmake/glad")))
--8<---------------cut here---------------start------------->8---

>+generator. It generates bindings to Vulkan and GL-related APIs from the
>+official Khronos specifications. Among the improvements are:

Missing the additional space after the dots.

—
Jean-Pierre De Jesus DIAZ





reply via email to

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