Re: [PATCH] gnu: Add giac-xcas

2016-04-13 Thread Mathieu Lirzin
Hello, Nicolas Goaziou writes: >> I think you are right, could you send an updated patch with two separate >> phases? Sorry I love nitpicking. ;) > > Here is the new patch. Both patches pushed in commits: 61bb355532f2612ee99d0d9438dbea5ad4ec1f4d 57497c5753465d4c2bbe1427223a51c5c33e12d9

Re: [PATCH] gnu: Add giac-xcas

2016-04-12 Thread Nicolas Goaziou
Hello, Mathieu Lirzin writes: > with texlive-minimal as input, and without texlive in the environment do > you get some errors? Yes, I do. The errors are the same sh: pstopnm: command not found sh: pnmtopng: command not found They do not appear with `netpbm' in the environment, so I think

Re: [PATCH] gnu: Add giac-xcas

2016-04-11 Thread Mathieu Lirzin
Nicolas Goaziou writes: > Mathieu Lirzin writes: > >> It depends if this feature is essential for using xcas? If yes then >> adding it as a propagated-input is still not required unless "latex, >> makeindex, ..." are used using the PATH which could not be the case >> since those programs are ch

Re: [PATCH] gnu: Add giac-xcas

2016-04-11 Thread Nicolas Goaziou
Hello, Mathieu Lirzin writes: > In fact it is public. It is just that the module (gnu packages xiph) > use a different convention which is to define "public" variable with > ‘define’ and to add them to the #:export list of the module, instead of > directly using ‘define-public’. Either way is

Re: [PATCH] gnu: Add giac-xcas

2016-04-11 Thread Mathieu Lirzin
Hello, Nicolas Goaziou writes: > I realized Guix already provided "libao", as "ao" variable. However, > I don't know why it isn't "public". In fact it is public. It is just that the module (gnu packages xiph) use a different convention which is to define "public" variable with ‘define’ and to

Re: [PATCH] gnu: Add giac-xcas

2016-04-10 Thread Nicolas Goaziou
I realized Guix already provided "libao", as "ao" variable. However, I don't know why it isn't "public". I also packaged "mpfi". Since all dependencies of "giac-xcas" are now available, I can update the package definition. I'm not sure about input "texlive-minimal". Debian package doesn't have i

[PATCH] gnu: Add giac-xcas

2016-04-07 Thread Nicolas Goaziou
Subject: [PATCH] gnu: Add giac-xcas * gnu/packages/algebra.scm (giac-xcas): New variable. --- gnu/packages/algebra.scm | 63 1 file changed, 63 insertions(+) diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index bbb708f..8cd022