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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74f9c8e47f gnu: imgui: Add missing build files.
74f9c8e47f is described below

commit 74f9c8e47f08826eff12b793e668d7e8c5898b0e
Author: John Kehayias <[email protected]>
AuthorDate: Wed Feb 23 14:51:32 2022 -0500

    gnu: imgui: Add missing build files.
    
    * gnu/packages/toolkits.scm (imgui)[phases]: Add imgui_tables.cpp and
    imgui_widgets.cpp to the build phase.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/toolkits.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/toolkits.scm b/gnu/packages/toolkits.scm
index ee0cffa2f9..ba860014a4 100644
--- a/gnu/packages/toolkits.scm
+++ b/gnu/packages/toolkits.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2022 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2022 John Kehayias <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -69,6 +70,8 @@
                      "-o" "libimgui.so"
                      "imgui.cpp"
                      "imgui_draw.cpp"
+                     "imgui_tables.cpp"
+                     "imgui_widgets.cpp"
                      ;; Include the supported backends.
                      "backends/imgui_impl_glfw.cpp"
                      "backends/imgui_impl_sdl.cpp"

Reply via email to