Federico Beffa skribis:
> Basically I did:
>
> 1. write the package for emacs-dash
> 2. guix build emacs-dash
> 3. copy emacs-dash and make emacs-s out of it, keeping the hash unchanged
> 4. guix build emacs-s
>
> Boom: in the generated derivation I find dash.el instead of s.el.
>
> 5. change the
Federico Beffa (2015-07-22 19:32 +0300) wrote:
> Hi,
>
> I'm trying to package some emacs libraries that appear not to have a
> GNU style installation procedure. Given that MELPA is unusable, I'm
> trying to use 'git-fetch'.
May I ask, why are you trying to use 'git-fetch'? There are releases
fo
On Fri, Jul 24, 2015 at 12:50 AM, Ludovic Courtès wrote:
> Federico Beffa skribis:
>
>> On Wed, Jul 22, 2015 at 11:10 PM, Ludovic Courtès wrote:
>>> Federico Beffa skribis:
>>>
(sha256
(base32
"06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5
Federico Beffa skribis:
> On Wed, Jul 22, 2015 at 11:10 PM, Ludovic Courtès wrote:
>> Federico Beffa skribis:
>>
>>> (sha256
>>>(base32
>>> "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky"
>>
>> [...]
>>
>>> (sha256
>>>
On Wed, Jul 22, 2015 at 11:10 PM, Ludovic Courtès wrote:
> Federico Beffa skribis:
>
>> (sha256
>>(base32
>> "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky"
>
> [...]
>
>> (sha256
>>(base32
>> "
On Wed, Jul 22, 2015 at 7:00 PM, Thompson, David
wrote:
> On Wed, Jul 22, 2015 at 12:32 PM, Federico Beffa wrote:
>> Hi,
>>
>> I'm trying to package some emacs libraries that appear not to have a
>> GNU style installation procedure. Given that MELPA is unusable, I'm
>> trying to use 'git-fetch'.
Federico Beffa skribis:
> (sha256
>(base32
> "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky"
[...]
> (sha256
>(base32
> "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky"
Both recipes
On Wed, Jul 22, 2015 at 12:32 PM, Federico Beffa wrote:
> Hi,
>
> I'm trying to package some emacs libraries that appear not to have a
> GNU style installation procedure. Given that MELPA is unusable, I'm
> trying to use 'git-fetch'.
>
> The package 'emacs-dash' (see attachment) works as expected.
Hi,
I'm trying to package some emacs libraries that appear not to have a
GNU style installation procedure. Given that MELPA is unusable, I'm
trying to use 'git-fetch'.
The package 'emacs-dash' (see attachment) works as expected. However,
the package 'emacs-s' also downloads 'dash' and not 's'. I