GNU bug report logs - #55045
[PATCH] update neovim to 0.7.0

Previous Next

Package: guix-patches;

Reported by: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>

Date: Wed, 20 Apr 2022 17:50:02 UTC

Severity: normal

Tags: patch

Merged with 54981, 54982, 54983, 54984

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 55045 <at> debbugs.gnu.org
Subject: [bug#55045] [PATCH v2 4/4] gnu: neovim: Use new style.
Date: Wed, 18 May 2022 09:06:02 -0300
HI Maxime,

Maxime Devos <maximedevos <at> telenet.be> writes:

> [[PGP Signed Part:Undecided]]
> Luis Henrique Gomes Higino schreef op di 17-05-2022 om 20:16 
> [-0300]:
>> -         (add-after 'unpack 'prevent-embedding-gcc-store-path
>> -           (lambda _
>> -             ;; nvim remembers its build options, including 
>> the compiler with
>> -             ;; its complete path.  This adds gcc to the 
>> closure of nvim, which
>> -             ;; doubles its size.  We remove the refirence 
>> here.
>> -             (substitute* "cmake/GetCompileFlags.cmake"
>> -               (("\\$\\{CMAKE_C_COMPILER\\}") 
>> "/gnu/store/.../bin/gcc"))
>> -             #t)))))
>> [...]
>> +               (add-after 'unpack 
>> 'prevent-embedding-gcc-store-path
>> +                 (lambda _
>> +                   (substitute* "cmake/GetCompileFlags.cmake"
>> +                     (("\\$\\{CMAKE_C_COMPILER\\}") 
>> "/gnu/store/.../bin/gcc"))
>
> You dropped a comment here ("guix style" is imperfect)
>
> Greetings,
> Maxime.
>
> [[End of PGP Signed Part]]

thank you for spotting it!

Regards,
-- 
Luis H. Higino

This bug report was last modified 3 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.