me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2021-12-22 10:37:28 +02:00
parent 76c0b2e340
commit 8554cb2db9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -198,7 +198,7 @@ SILC and ICB protocols via plugins.")
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext-minimal" ,gettext-minimal)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
,@(if (or (target-x86-64?) ,@(if (or (target-x86-64?)
(target-x86-32?)) (target-x86-32?))
@ -210,7 +210,7 @@ SILC and ICB protocols via plugins.")
(list aspell (list aspell
curl curl
gnutls gnutls
`(,libgcrypt "out") libgcrypt
ncurses ncurses
zlib zlib
;; Scripting language plug-ins. ;; 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 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.") 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))) (license license:gpl3)))
(define-public srain (define-public srain