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/
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
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.
>From b011897bec126469990a2687795b339b599b102e Mon Sep 17 00:00:00 2001
From: ng0
Date: Mon,
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 +0000
>
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/i
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 |
gt; addition to the stable one, but with no version numbers there.
>
> From f185e9b34922a4c6213ac5af3cd448b43a2d5798 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/ir
8b43a2d5798 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 ++
1 file changed, 46 insertions(+)
diff --git a/gnu/pac
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 "
51120/bin/irc | grep
>>> iconv
>>> iconv_close
>>> iconv
>>> iconv_open
>>> iconv_open@@GLIBC_2.2.5
>>> iconv@@GLIBC_2.2.5
>>> iconv_close@@GLIBC_2.2.5
>>> ---
>>>
>>> Perhaps libiconv should be propagated?
>> The iconv functions
0v0p2dxyn8j35-ircii-20151120/bin/irc
>> | grep iconv
>> iconv_close
>> iconv
>> iconv_open
>> iconv_open@@GLIBC_2.2.5
>> iconv@@GLIBC_2.2.5
>> iconv_close@@GLIBC_2.2.5
>> ---
>>
>> Perhaps libiconv should be propagated?
> The iconv func
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")
>> +
se, indeed. Snippets are rather used to remove non-free code
> or bundled software.
>
> Andreas
>
Thanks, in the new revision of the patch both issues you two found are
fixed.
From 47de349df8297b84fd48b788fa25b188bc8b4be4 Mon Sep 17 00:00:00 2001
From: ng0
Date: Mon, 1 Aug 2016 19:31:23 +0
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")
> +
From fed474bfe97d68f9311213a6b05641bea5d5c858 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 | 55
1 file changed
23 matches
Mail list logo