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.