guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: Add xforms-gl.


From: guix-commits
Subject: 05/06: gnu: Add xforms-gl.
Date: Tue, 21 Mar 2023 20:47:42 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 58cb6daa765e57e85784c9ab07fcb27c1ffaae8c
Author: Jake Leporte <jakeleporte@outlook.com>
AuthorDate: Mon Mar 6 06:47:58 2023 -0600

    gnu: Add xforms-gl.
    
    * gnu/packages/xdisorg.scm (xforms-gl): New variable.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/xdisorg.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index cf1adfe190..29c99af878 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3497,3 +3497,11 @@ button is pressed.  To make this even easier XForms 
comes with a program
 called @code{fdesign} that allows you to design a GUI for a program directly
 on the screen and which then writes out the necessary C code for it.")
       (license license:lgpl2.1+))))
+
+(define-public xforms-gl
+  (package/inherit xforms
+    (name "xforms-gl")
+    (propagated-inputs (modify-inputs (package-propagated-inputs xforms)
+                         (append mesa)))
+    (synopsis
+     "GUI toolkit for X based on the X11 Xlib library, with OpenGL support")))



reply via email to

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