From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH] gnu: Add toxic. Date: Fri, 23 Dec 2016 06:58:30 +0100 Message-ID: <20161223055830.GA27511@jocasta.intra> References: <20161222184746.14948-1-ng0@libertad.pw> <20161222184746.14948-2-ng0@libertad.pw> <8737hfzfo1.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKIsT-00010f-4s for guix-devel@gnu.org; Fri, 23 Dec 2016 00:58:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKIsP-0001Re-4A for guix-devel@gnu.org; Fri, 23 Dec 2016 00:58:49 -0500 Received: from de.cellform.com ([88.217.224.109]:51903 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cKIsO-0001LI-Ru for guix-devel@gnu.org; Fri, 23 Dec 2016 00:58:45 -0500 Content-Disposition: inline In-Reply-To: <8737hfzfo1.fsf@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Kebreau Cc: guix-devel@gnu.org --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 22, 2016 at 06:51:10PM -0500, Kei Kebreau wrote: ng0 writes: =20 > * gnu/packages/messaging.scm (toxic): New variable. > --- > gnu/packages/messaging.scm | 47 +++++++++++++++++++++++++++++++++++= +++++++++++ > 1 file changed, 47 insertions(+) > > +(define-public toxic > + (package > + (name "toxic") > + (version "0.7.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://github.com/JFreegman/toxic/arch= ive/" > + "v" version ".tar.gz")) > + (sha256 > + (base32 > + "0nbcj71ffl85l396bxc5cs8d7abn4b7absaj5asq9bvcfv52m5m2")) > + (file-name (string-append name "-" version ".tar.gz")))) > + (inputs > + `(("ncurses" ,ncurses) =20 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. It would seem that we don't. In fact so far as I'm aware, ncurses doesn't = even provide such a thing. Instead it provides it's own pkg-config like utility= called "ncursesw60config" which you can use if you like. Personally however I don't like either approach. I think it much cleaner = and more reliably to explicitly state which path(s) and libraries you need rather th= an to=20 rely on some wierd script to guess it for you. =20 J' --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlhcvQYACgkQimdxnC3oJ7NL6QCdHzPcGEwYlcdKfvYqZRZR5myo ZaUAn0M8nsGXEmIY7xSx0llYG+UzWdNk =pciA -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--