guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8201a2a527b52872626ab84213fc4dd83804c2e6
Author: Simen Endsjø <[email protected]>
AuthorDate: Fri Sep 12 10:56:36 2025 +0200

    gnu: raylib: Include rcamera.h.
    
    * gnu/packages/game-development.scm (raylib): Include rcamera.h.
    
    Change-Id: I300dd1cd4e53a7e4f5ae71e7c7fdef714fcd6019
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/game-development.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index f3a6145446..394903ee2a 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3674,6 +3674,8 @@ progresses the level, or you may regenerate tiles as the 
world changes.")
                (add-after 'install 'install-api-files
                  ;; For generating bindings.
                  (lambda _
+                   (install-file (string-append #$source "/src/rcamera.h")
+                                 (string-append #$output "/include"))
                    (copy-recursively
                     (string-append #$source "/parser/output")
                     (string-append #$output "/share/raylib")))))))

Reply via email to