On Mon, 7 Mar 2016 14:41:22 -0500
Leo Famulari <l...@famulari.name> wrote:

> On Mon, Mar 07, 2016 at 12:42:03PM +0200, Efraim Flashner wrote:
> 
> > +;; Libreoffice needs mdds-0.12.1 to build, but its dependancies need 
> > mdds-1.0+.
> > +;; Rather than use an external binary while building libreoffice, it's 
> > better
> > +;; to keep this version around until Libreoffice updates its dependancy.
> > +(define-public mdds-0.12.1  
> 
> Could this be a private variable in libreoffice.scm?
> 
> > +  (package
> > +    (inherit mdds)
> > +    (version "0.12.1")
> > +    (source
> > +      (origin
> > +        (method url-fetch)
> > +        (uri (string-append "http://kohei.us/files/mdds/src/mdds_"; version 
> > ".tar.bz2"))
> > +        (sha256
> > +         (base32
> > +          "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3"))))))
> > -- 
> > 2.7.0
> > 

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.

-- 
Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: pgpIy2HrauO9r.pgp
Description: OpenPGP digital signature

Reply via email to