From: Marius Bakke <mbakke@fastmail.com>
To: Kei Kebreau <kei@openmailbox.org>, ng0 <ng0@libertad.pw>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add toxic.
Date: Fri, 23 Dec 2016 15:34:53 +0100 [thread overview]
Message-ID: <87fuleaf3m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <8737hfzfo1.fsf@openmailbox.org>
[-- Attachment #1: Type: text/plain, Size: 2293 bytes --]
Kei Kebreau <kei@openmailbox.org> writes:
> ng0 <ng0@libertad.pw> writes:
>
>> * gnu/packages/messaging.scm (toxic): New variable.
>> ---
>> gnu/packages/messaging.scm | 47 ++++++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 47 insertions(+)
>>
>> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
>> index 4290a9f69..24728cc06 100644
>> --- a/gnu/packages/messaging.scm
>> +++ b/gnu/packages/messaging.scm
>> @@ -40,6 +40,7 @@
>> #:use-module (gnu packages autotools)
>> #:use-module (gnu packages avahi)
>> #:use-module (gnu packages check)
>> + #:use-module (gnu packages curl)
>> #:use-module (gnu packages crypto)
>> #:use-module (gnu packages cyrus-sasl)
>> #:use-module (gnu packages databases)
>> @@ -70,12 +71,14 @@
>> #:use-module (gnu packages linux)
>> #:use-module (gnu packages tls)
>> #:use-module (gnu packages icu4c)
>> + #:use-module (gnu packages image)
>> #:use-module (gnu packages qt)
>> #:use-module (gnu packages video)
>> #:use-module (gnu packages web)
>> #:use-module (gnu packages xiph)
>> #:use-module (gnu packages audio)
>> #:use-module (gnu packages bison)
>> + #:use-module (gnu packages textutils)
>> #:use-module (gnu packages fontutils))
>>
>> (define-public libotr
>> @@ -767,6 +770,50 @@ guidelines. It provides an easy to use application that allows you to
>> connect with friends and family without anyone else listening in.")
>> (license license:gpl3+)))
>>
>> +(define-public toxic
>> + (package
>> + (name "toxic")
>> + (version "0.7.2")
>> + (source
>> + (origin
>> + (method url-fetch)
>> + (uri (string-append "https://github.com/JFreegman/toxic/archive/"
>> + "v" version ".tar.gz"))
>> + (sha256
>> + (base32
>> + "0nbcj71ffl85l396bxc5cs8d7abn4b7absaj5asq9bvcfv52m5m2"))
>> + (file-name (string-append name "-" version ".tar.gz"))))
>> + (inputs
>> + `(("ncurses" ,ncurses)
>
> I'm not sure what's up here. IIRC, we don't install the ncurses *.pc
> files. If I'm wrong, someone please correct me.
I believe commit 57742b35dc0260ad8779438273cccce5f3d6e2c0 from
'core-updates' intends to solve this.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2016-12-23 14:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-22 18:47 A ncurses tox client: toxic ng0
2016-12-22 18:47 ` [PATCH] gnu: Add toxic ng0
2016-12-22 23:51 ` Kei Kebreau
2016-12-23 5:58 ` John Darrington
2016-12-23 9:18 ` ng0
2016-12-23 9:24 ` ng0
2016-12-23 19:58 ` Tobias Geerinckx-Rice
2016-12-23 14:34 ` Marius Bakke [this message]
2016-12-23 15:59 ` Kei Kebreau
2016-12-23 17:36 ` ng0
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fuleaf3m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=guix-devel@gnu.org \
--cc=kei@openmailbox.org \
--cc=ng0@libertad.pw \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).