Re: [PATCH 3/3] gnu: Add pdfposter.

2016-11-09 Thread Hartmut Goebel
Am 09.11.2016 um 01:02 schrieb Leo Famulari: > I see you are the author of this software :) :-) > Can we use pypi-uri? It takes an optional extension argument that might > be required in this case. This did the trick. Thanks. > How about these files: >

Re: [PATCH 3/3] gnu: Add pdfposter.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 10:37:02PM +0100, Hartmut Goebel wrote: > * gnu/packages/pdf.scm(pdfposter): New variable. I see you are the author of this software :) https://gitlab.com/pdftools/pdfposter/blob/develop/README.txt#L11 > + (uri (string-append

[PATCH 3/3] gnu: Add pdfposter.

2016-11-08 Thread Hartmut Goebel
* gnu/packages/pdf.scm(pdfposter): New variable. --- gnu/packages/pdf.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ca3f830..eed37d6 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@