GNU bug report logs - #60201
[PATCH] gnu: Add libswell

Previous Next

Package: guix-patches;

Reported by: Sughosha <Sughosha <at> proton.me>

Date: Mon, 19 Dec 2022 13:50:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sughosha <Sughosha <at> proton.me>
To: "60201 <at> debbugs.gnu.org" <60201 <at> debbugs.gnu.org>
Subject: [bug#60201] [PATCH v4] gnu: libswell: Modify inputs
Date: Thu, 22 Dec 2022 18:08:08 +0000
* gnu/packages/wdl.scm (libswell)[inputs]: Add more required packages.
---
 gnu/packages/wdl.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/wdl.scm b/gnu/packages/wdl.scm
index d6d03bf568..f08566f150 100644
--- a/gnu/packages/wdl.scm
+++ b/gnu/packages/wdl.scm
@@ -64,7 +64,15 @@ (define-public libswell
                                                               "out")
                                                    "/lib")))))))
     (native-inputs (list pkg-config))
-    (inputs (list gtk+))
+    (inputs (list cairo
+                  fonyconfig
+                  freetype
+                  gdk-pixbuf
+                  glib
+                  gobject-introspection
+                  gtk+
+                  mesa
+                  pango))
     (home-page "http://www.cockos.com/wdl")
     (synopsis "Reasonable subset of the win32 API")
     (description
--
2.38.1





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

Previous Next


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