Leo Famulari (2016-03-21 05:49 +0300) wrote:
> On Tue, Mar 15, 2016 at 05:25:58PM +0100, Ludovic Courtès wrote:
[...]
>> Furthermore ‘@’ (at sign) has a special meaning in Guile (info "(guile)
>> Using Guile Modules"), so even though it’s currently valid within an
>> identifier, I’d suggest avoidi
On Tue, Mar 15, 2016 at 05:25:58PM +0100, Ludovic Courtès wrote:
> Mathieu Lirzin skribis:
>
> > Leo Famulari writes:
> >
> >> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
> >>> Leo Famulari (2016-03-15 02:34 +0300) wrote:
> >>>
> >>> [...]
> >>> > (define-public python2-llfuse
>
Mathieu Lirzin skribis:
> Leo Famulari writes:
>
>> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
>>> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>>>
>>> [...]
>>> > (define-public python2-llfuse
>>> > - (package-with-python2 python-llfuse))
>>> > + (package (inherit (package-w
Leo Famulari writes:
> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
>> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>>
>> [...]
>> > (define-public python2-llfuse
>> > - (package-with-python2 python-llfuse))
>> > + (package (inherit (package-with-python2
>> > + (
On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>
> [...]
> > (define-public python2-llfuse
> > - (package-with-python2 python-llfuse))
> > + (package (inherit (package-with-python2
> > + (strip-python2-variant python-llf
Leo Famulari (2016-03-15 02:34 +0300) wrote:
[...]
> (define-public python2-llfuse
> - (package-with-python2 python-llfuse))
> + (package (inherit (package-with-python2
> + (strip-python2-variant python-llfuse)))
> +(propagated-inputs `(("python2-contextlib2" ,python2-contex