guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: weechat: Satisfy guix lint.


From: guix-commits
Subject: 03/04: gnu: weechat: Satisfy guix lint.
Date: Wed, 22 Dec 2021 03:46:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8554cb2db930321f220c4c27f1561162c4d521d1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 22 10:37:28 2021 +0200

    gnu: weechat: Satisfy guix lint.
    
    * gnu/packages/irc.scm (weechat)[native-inputs]: Relabel gettext as
    gettext-minimal.
    [inputs]: Use default libgcrypt output.
    [home-page]: Use upstream home-page.
---
 gnu/packages/irc.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index baa8ad1..8320ff3 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -198,7 +198,7 @@ SILC and ICB protocols via plugins.")
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
+     `(("gettext-minimal" ,gettext-minimal)
        ("pkg-config" ,pkg-config)
        ,@(if (or (target-x86-64?)
                  (target-x86-32?))
@@ -210,7 +210,7 @@ SILC and ICB protocols via plugins.")
      (list aspell
            curl
            gnutls
-           `(,libgcrypt "out")
+           libgcrypt
            ncurses
            zlib
            ;; Scripting language plug-ins.
@@ -250,7 +250,7 @@ Qt, Android, and Emacs.
 
 Everything in WeeChat can be done with the keyboard, though it also supports
 using a mouse.  It is customizable and extensible with plugins and scripts.")
-    (home-page "https://www.weechat.org/";)
+    (home-page "https://weechat.org/";)
     (license license:gpl3)))
 
 (define-public srain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]