[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")))
- branch master updated (306bd7b8b9 -> 61e17e2f0d), guix-commits, 2023/03/21
- 02/06: tests: gdm: Remove tmpfs related tests., guix-commits, 2023/03/21
- 03/06: gnu: Add perl-par., guix-commits, 2023/03/21
- 01/06: services: Add x11-socket-directory-service-type., guix-commits, 2023/03/21
- 04/06: gnu: Add xforms., guix-commits, 2023/03/21
- 05/06: gnu: Add xforms-gl.,
guix-commits <=
- 06/06: gnu: Add dozenal., guix-commits, 2023/03/21