Leo Famulari writes:
> On Tue, Aug 09, 2016 at 09:38:55PM +0200, Ricardo Wurmus wrote:
>
> I actually applied a tweaked version of this patch with c744f5c0ad.
>
> But, the improvements you suggest should be applied.
>
>> > + (lambda* (#:key inputs #:allow-other-keys)
>> > +
On Tue, Aug 09, 2016 at 09:38:55PM +0200, Ricardo Wurmus wrote:
I actually applied a tweaked version of this patch with c744f5c0ad.
But, the improvements you suggest should be applied.
> > + (lambda* (#:key inputs #:allow-other-keys)
> > + (substitute* "bsdinstall"
> > +
ng0 writes:
> From 1438e5654cfd5f4eb4141a42580bd73c716e7134 Mon Sep 17 00:00:00 2001
> From: ng0
> Date: Mon, 1 Aug 2016 19:31:23 +
> Subject: [PATCH] gnu: Add ircii.
> * gnu/packages/irc.scm (ircii): New variable.
> ---
> gnu/packages/irc.scm | 46
On Fri, Aug 05, 2016 at 06:27:17PM +, ng0 wrote:
> Leo Famulari writes:
> > So the package is ready to merge?
>
> From my perspective yes. We have to add a smaller socks server/library
> than ghc-socks, when that is done I can add --with-socks. This patch
> clarifies this in a comment.
Great
Leo Famulari writes:
> On Fri, Aug 05, 2016 at 04:11:38PM +, ng0 wrote:
>> Leo Famulari writes:
>>
>> > On Fri, Aug 05, 2016 at 03:48:53PM +, ng0 wrote:
>> >> It looks like this is not complete yet:
>> >>
>> >> ng0@shadowwalker ~$ strace irc
>> >
>> > What should we be looking for in t
On Fri, Aug 05, 2016 at 04:11:38PM +, ng0 wrote:
> Leo Famulari writes:
>
> > On Fri, Aug 05, 2016 at 03:48:53PM +, ng0 wrote:
> >> It looks like this is not complete yet:
> >>
> >> ng0@shadowwalker ~$ strace irc
> >
> > What should we be looking for in this trace?
>
> Apparently nothin
Leo Famulari writes:
> On Fri, Aug 05, 2016 at 03:48:53PM +, ng0 wrote:
>> It looks like this is not complete yet:
>>
>> ng0@shadowwalker ~$ strace irc
>
> What should we be looking for in this trace?
Apparently nothing because I did not rtfm enough.
...
export IRCSERVER="SSLIRC/chat.freen
On Fri, Aug 05, 2016 at 03:48:53PM +, ng0 wrote:
> It looks like this is not complete yet:
>
> ng0@shadowwalker ~$ strace irc
What should we be looking for in this trace?
ng0 writes:
> ng0 writes:
>
>> Indeed, not needed. Fixed:
>
> Well.. now it is fixed. Last patch was wrong. Blame multi-multitasking.
>
> From 9b383fff3ea117f5de5a096fdef1dc22cca4dc5c Mon Sep 17 00:00:00 2001
> From: ng0
> Date: Mon, 1 Aug 2016 19:31:23 +
> Subject: [PATCH] gnu: Add ircii.
ng0 writes:
> Indeed, not needed. Fixed:
Well.. now it is fixed. Last patch was wrong. Blame multi-multitasking.
>From 9b383fff3ea117f5de5a096fdef1dc22cca4dc5c Mon Sep 17 00:00:00 2001
From: ng0
Date: Mon, 1 Aug 2016 19:31:23 +
Subject: [PATCH] gnu: Add ircii.
* gnu/packages/irc.scm (irci
Indeed, not needed. Fixed:
>From 1438e5654cfd5f4eb4141a42580bd73c716e7134 Mon Sep 17 00:00:00 2001
From: ng0
Date: Mon, 1 Aug 2016 19:31:23 +
Subject: [PATCH] gnu: Add ircii.
* gnu/packages/irc.scm (ircii): New variable.
---
gnu/packages/irc.scm | 46
ng0 writes:
> Ricardo Wurmus writes:
>
>> Why is this needed? Did you try using #:configure-flags instead of
>> replacing the configure phase? You can refer to inputs with
>> “%build-inputs” there.
>>
>> ~~ Ricardo
>>
>
> Thanks, README made me try with ./configure --switches first.
> Fixed in
Ricardo Wurmus writes:
> Why is this needed? Did you try using #:configure-flags instead of
> replacing the configure phase? You can refer to inputs with
> “%build-inputs” there.
>
> ~~ Ricardo
>
Thanks, README made me try with ./configure --switches first.
Fixed in this version. I'm still tes
ng0 writes:
> Ricardo Wurmus writes:
>
>> ng0 writes:
>>
>>> Thanks, in the new revision of the patch both issues you two found are
>>> fixed.
>>
>>> + (replace 'configure
>>> + (lambda* (#:key inputs outputs #:allow-other-keys)
>>> + (let ((out (assoc-ref outputs
Ricardo Wurmus writes:
> ng0 writes:
>
>> Thanks, in the new revision of the patch both issues you two found are
>> fixed.
>
>> + (replace 'configure
>> + (lambda* (#:key inputs outputs #:allow-other-keys)
>> + (let ((out (assoc-ref outputs "out"))
>> +
ng0 writes:
> Thanks, in the new revision of the patch both issues you two found are
> fixed.
> + (replace 'configure
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let ((out (assoc-ref outputs "out"))
> + (ncurses (assoc-ref inputs "
Hi,
ng0 writes:
> 宋文武 writes:
>
>> Leo Famulari writes:
>>
>>> On Mon, Aug 01, 2016 at 07:34:49PM +, ng0 wrote:
* gnu/packages/irc.scm (ircii): New variable.
>>>
>>> Cool!
>>>
+ (snippet
+ '(begin
+ (substitute* "bsdinstall"
宋文武 writes:
> Leo Famulari writes:
>
>> On Mon, Aug 01, 2016 at 07:34:49PM +, ng0 wrote:
>>> * gnu/packages/irc.scm (ircii): New variable.
>>
>> Cool!
>>
>>> + (snippet
>>> + '(begin
>>> + (substitute* "bsdinstall"
>>> + (("/bin/stri
Leo Famulari writes:
> On Mon, Aug 01, 2016 at 07:34:49PM +, ng0 wrote:
>> * gnu/packages/irc.scm (ircii): New variable.
>
> Cool!
>
>> + (snippet
>> + '(begin
>> + (substitute* "bsdinstall"
>> + (("/bin/strip") "strip")
>> +
Hi,
Andreas Enge writes:
> On Mon, Aug 01, 2016 at 08:54:13PM -0400, Leo Famulari wrote:
>> > + (snippet
>> > + '(begin
>> > + (substitute* "bsdinstall"
>> > + (("/bin/strip") "strip")
>> > + (("/bin/cp") "cp")
>> > +
On Mon, Aug 01, 2016 at 08:54:13PM -0400, Leo Famulari wrote:
> > + (snippet
> > + '(begin
> > + (substitute* "bsdinstall"
> > + (("/bin/strip") "strip")
> > + (("/bin/cp") "cp")
> > + (("/bin/chmod") "ch
On Mon, Aug 01, 2016 at 07:34:49PM +, ng0 wrote:
> * gnu/packages/irc.scm (ircii): New variable.
Cool!
> + (snippet
> + '(begin
> + (substitute* "bsdinstall"
> + (("/bin/strip") "strip")
> + (("/bin/cp") "cp")
> +
22 matches
Mail list logo