From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH 2/6] gnu: mdds: Update to 1.1.0. Date: Mon, 7 Mar 2016 22:27:55 +0200 Message-ID: <20160307222755.50488641@debian-netbook> References: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> <1457347327-13748-3-git-send-email-efraim@flashner.co.il> <20160307194122.GB10097@jasmine> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/6owrAmZ3EDKEXQ.81l.ecd9"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad1l8-00016W-Tc for guix-devel@gnu.org; Mon, 07 Mar 2016 15:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad1l3-0004Yr-So for guix-devel@gnu.org; Mon, 07 Mar 2016 15:28:06 -0500 Received: from flashner.co.il ([178.62.234.194]:40202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad1l3-0004Yl-N9 for guix-devel@gnu.org; Mon, 07 Mar 2016 15:28:01 -0500 In-Reply-To: <20160307194122.GB10097@jasmine> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org --Sig_/6owrAmZ3EDKEXQ.81l.ecd9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 7 Mar 2016 14:41:22 -0500 Leo Famulari wrote: > On Mon, Mar 07, 2016 at 12:42:03PM +0200, Efraim Flashner wrote: >=20 > > +;; Libreoffice needs mdds-0.12.1 to build, but its dependancies need m= dds-1.0+. > > +;; Rather than use an external binary while building libreoffice, it's= better > > +;; to keep this version around until Libreoffice updates its dependanc= y. > > +(define-public mdds-0.12.1 =20 >=20 > Could this be a private variable in libreoffice.scm? >=20 > > + (package > > + (inherit mdds) > > + (version "0.12.1") > > + (source > > + (origin > > + (method url-fetch) > > + (uri (string-append "http://kohei.us/files/mdds/src/mdds_" ver= sion ".tar.bz2")) > > + (sha256 > > + (base32 > > + "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3")))))) > > --=20 > > 2.7.0 > >=20 I tried making it private at first in libreoffice.scm, but for some reason = it gave me an error "unknown variable mdds" or something like that. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Sig_/6owrAmZ3EDKEXQ.81l.ecd9 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJW3eRMAAoJEPTB05F+rO6TjKkP/2bTSB6Izn1lTpDQot5ukksd ajj8Bgn1kxGJRB6DygFPzzPt+L2tJ2zYux1T2EYkWWsLNQ0FxX8ZIG8WMdWzA5Ju nPeuRuBHP/8i2XRWbLNs7zNKpoXquWnb6wZ2h9VzsNZRuPA0evYkeHEIFFx6+qQ3 PFREDUQVctA9mZ0sNh36vbA6tAR8SQ9ZSjqB9lduzR0htvgup7daJ2Ydq01OACnB CEplSEHwkTNf8a8p17ucZXna6fSRmk4S9wVYxs+82rop333q1NCyyNGW5n9dq0bu 9iFMhPNKepyZbXLgnZFSKS9ZNwQWmkicXI+uqZ0u1F1qtf/piK3chD0KJkmkdLaw iw3j3kGUB2DvEtAZMW1s1hWftT2l0hogJxd3XAYxyTy6gNW1ZujTEZe/jSMj4T2L E7SzHPn807WbqiQc1udgw6uX85rHXuqNpuZpMA4wS6kazygtwLk2uxlMhmfPH3kF sr1cOU9LKH/SyWw5hVbKKigBMJ7UsudX6Eh7rPzHf+Uuz5+X/vtndGA2UVIKsyW2 Srrtypj05wpQRerPRj4gJnzWdLQhOhtWQajxUTB3gEHLjpOl6Wu1wxxyAXceOLt1 RNLZzstpYL+cigRNlyqdhDSz//YXE258EFcorVaJs927FaZgO7QRB518Z2pOxMvp t9drktQFEk1vuMmVkQGV =xWKi -----END PGP SIGNATURE----- --Sig_/6owrAmZ3EDKEXQ.81l.ecd9--