From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Nieuwenhuizen Subject: Re: [PATCH] gnu: Add laby. Date: Sat, 13 Feb 2016 21:58:08 +0100 Message-ID: <87h9hc8h0f.fsf@gnu.org> References: <87egcleiig.fsf@gnu.org> <87fux1y0vg.fsf@dustycloud.org> <20160211221839.73cf23b5@debian-netbook> <87k2madh1x.fsf@gnu.org> <20160212180905.GA8954@debian> <87pow19gii.fsf@gnu.org> <20160213084329.GA10278@debian> <878u2oaeh4.fsf@gnu.org> <20160213141621.GA1915@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUhGl-0005wI-2y for guix-devel@gnu.org; Sat, 13 Feb 2016 15:58:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUhGj-0000zc-Sv for guix-devel@gnu.org; Sat, 13 Feb 2016 15:58:19 -0500 In-Reply-To: <20160213141621.GA1915@debian> (Andreas Enge's message of "Sat, 13 Feb 2016 15:16:21 +0100") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > Since there is no terrible hurry, I would suggest to examine the svg rend= ering > issue first; if you do not find a solution in reasonable time, we can sti= ll > push the png patch. Sure. > No, it just synchronises and does not allow to roll back. On the other ha= nd, > it also works well with binary files (for instance, for synchronising fil= ms > from one machine to another, I would not want them to take space forever > in a git repository). It is essentially a two-way rsync. I had a try...it needs a 2GB texlive download to build... I'm currently stuck at File "/tmp/nix-build-unison-2.48.3.drv-0/unison-2.48.3-checkout/src/uig= tk.ml", line 67, characters 10-23: Error: Unbound module Gdk Makefile.OCaml:434: recipe for target 'uigtk.cmx' failed make[1]: *** [uigtk.cmx] Error 2 trying the patch below... Greetings, Jan $ git diff diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 4b5ac61..78e7ea2 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -565,6 +565,8 @@ libpanel, librsvg and quartz.") (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.9 MiB of documentation + (inputs `(("gtk" ,gtk+-2) + ("lablgtk" ,lablgtk))) (native-inputs `(("ocaml" ,ocaml) ;; For documentation @@ -579,6 +581,7 @@ libpanel, librsvg and quartz.") #:tests? #f ; Tests require writing to $HOME. ; If some $HOME is provided, they fail with the message ; "Fatal error: Skipping some tests -- remove me!" + #:make-flags '("UISTYLE=3Dgtk" "OCAMLOPT=3Docamlopt.opt") #:phases (modify-phases %standard-phases (delete 'configure) 21:57:32 janneke@drakenvlieg:~/src/guix --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.nl= =20=20