all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: "60201@debbugs.gnu.org" <60201@debbugs.gnu.org>
Subject: [bug#60201] [PATCH v5] gnu: libswell: Lint and fix mistakes.
Date: Thu, 22 Dec 2022 19:08:44 +0000	[thread overview]
Message-ID: <gmjH7rxkpzufgknjd7zBcE4zKP6foG7lMBkxY70rUlJcct8tqTw2kQA8aSD7bHiE1IHlTNkpY6nQk4Tc-_0YPee0PS_vY6KyT0svyniqAW8=@proton.me> (raw)
In-Reply-To: <ChXlp6YIa5eQPVrAFeG2FC6o26Dc5gy7wqxPRhNRHBYQbA9_bSFj5eVJ54SNCY-PGGkKddEU6il-w16cEoGvT2mV_B3pyxlGo6yMrwzy0H8=@proton.me>

* gnu/packages/wdl.scm: Add required modules.
(%wdl-origin): Modify URL.
(libswell)[inputs]: Fix typo.
---
 gnu/packages/wdl.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wdl.scm b/gnu/packages/wdl.scm
index f08566f150..afb8000e78 100644
--- a/gnu/packages/wdl.scm
+++ b/gnu/packages/wdl.scm
@@ -22,6 +22,9 @@ (define-module (gnu packages wdl)
   #:use-module (guix git-download)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
+  #:use-module (gnu packages fontutils)
+  #:use-module (gnu packages gl)
+  #:use-module (gnu packages glib)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages pkg-config))

@@ -30,7 +33,7 @@ (define %wdl-commit "60ef0b41d520813c63303046531c78ec95e64d5c")
 (define %wdl-origin
   (origin
     (method git-fetch)
-      (uri (git-reference (url "https://github.com/justinfrankel/WDL.git")
+      (uri (git-reference (url "https://github.com/justinfrankel/WDL")
                           (commit %wdl-commit)))
       (sha256 (base32 "0br0b4d230vhib5qm39ggf6m5pfipkjs4xqxkjxjnba7g0bdz7iv"))
       (modules '((guix build utils)))
@@ -65,7 +68,7 @@ (define-public libswell
                                                    "/lib")))))))
     (native-inputs (list pkg-config))
     (inputs (list cairo
-                  fonyconfig
+                  fontconfig
                   freetype
                   gdk-pixbuf
                   glib
--
2.38.1





  parent reply	other threads:[~2022-12-22 19:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 13:49 [bug#60201] [PATCH] gnu: Add libswell Sughosha via Guix-patches via
2022-12-19 14:04 ` [bug#60201] [PATCH v2] gnu: libswell: align properly Sughosha via Guix-patches via
2022-12-19 18:16 ` [bug#60201] [PATCH v3] gnu/packages/wdl.scm: Remove unused module Sughosha via Guix-patches via
2022-12-22 18:08 ` [bug#60201] [PATCH v4] gnu: libswell: Modify inputs Sughosha via Guix-patches via
2022-12-22 19:08 ` Sughosha via Guix-patches via [this message]
2022-12-30 17:33 ` [bug#60201] [PATCH v6] gnu/local.mk: Register wdl.scm Sughosha via Guix-patches via
2022-12-30 18:16 ` [bug#60201] [PATCH v7] gnu: Add libswell Sughosha via Guix-patches via
2023-01-02 11:32 ` [bug#60201] [PATCH] " Ricardo Wurmus
2023-01-03 22:09 ` [bug#60201] [PATCH v8] gnu: Add wdl Sughosha via Guix-patches via
2023-01-03 23:15 ` [bug#60201] [PATCH v9] " Sughosha via Guix-patches via
2023-01-04 10:23 ` bug#60201: [PATCH] gnu: Add libswell Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gmjH7rxkpzufgknjd7zBcE4zKP6foG7lMBkxY70rUlJcct8tqTw2kQA8aSD7bHiE1IHlTNkpY6nQk4Tc-_0YPee0PS_vY6KyT0svyniqAW8=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=60201@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.