Re: [PATCH 2/2] gnu: Add qtox.

2016-09-21 Thread Ricardo Wurmus
Brendan Tildesley writes: > I was able to compile and run, but the package technically failed with > > builder for `/gnu/store/3qh6k8lixrkdxvd3zfvapc1fdwl079lv-qtox-1.5.1.drv' > failed to produce output path >

Re: [PATCH 2/2] gnu: Add qtox.

2016-09-21 Thread Brendan Tildesley
Andy Patterson 於 2016-09-15 05:30 寫道: [...] > +(arguments > + '(#:phases > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (#:key outputs #:allow-other-keys) > + (zero? > + (system* "qmake" > +

[PATCH 2/2] gnu: Add qtox.

2016-09-14 Thread Andy Patterson
* gnu/packages/messaging.scm (qtox): New variable. --- gnu/packages/messaging.scm | 54 ++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 3627fec..f628404 100644 ---