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>
This commit is contained in:
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

View file

@ -3497,3 +3497,11 @@ (define-public xforms
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")))