guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55045] [PATCH v2 4/4] gnu: neovim: Use new style.


From: Luis Henrique Gomes Higino
Subject: [bug#55045] [PATCH v2 4/4] gnu: neovim: Use new style.
Date: Wed, 18 May 2022 09:06:02 -0300
User-agent: mu4e 1.6.10; emacs 27.2

HI Maxime,

Maxime Devos <maximedevos@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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]