me
/
guix
Archived
1
0
Fork 0

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>
master
Jake Leporte 2023-03-06 06:47:58 -06:00 committed by Maxim Cournoyer
parent f4b88d5ffc
commit 58cb6daa76
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 0 deletions

View File

@ -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")))