mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
f4b88d5ffc
commit
58cb6daa76
1 changed files with 8 additions and 0 deletions
|
@ -3497,3 +3497,11 @@ (define-public xforms
|
||||||
called @code{fdesign} that allows you to design a GUI for a program directly
|
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.")
|
on the screen and which then writes out the necessary C code for it.")
|
||||||
(license license:lgpl2.1+))))
|
(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")))
|
||||||
|
|
Loading…
Reference in a new issue