GNU bug report logs - #60827
[PATCH 0/3] Add perl-par, xforms, and dozenal package definitions

Previous Next

Package: guix-patches;

Reported by: Jake Leporte <jakeleporte <at> outlook.com>

Date: Sun, 15 Jan 2023 06:57:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #74 received at 60827 <at> debbugs.gnu.org (full text, mbox):

From: Jake Leporte <jakeleporte <at> outlook.com>
To: 60827 <at> debbugs.gnu.org
Cc: Jake Leporte <jakeleporte <at> outlook.com>
Subject: [PATCH v7 3/4] gnu: Add xforms-gl.
Date: Mon,  6 Mar 2023 06:47:58 -0600
* gnu/packages/xdisorg.scm (xforms-gl): New variable.
---
 gnu/packages/xdisorg.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index ede84ab..50ca156 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3496,3 +3496,12 @@ (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")))
-- 
2.39.1





This bug report was last modified 2 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.