all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "ギャラ via Guix-patches via" <guix-patches@gnu.org>
To: 63226@debbugs.gnu.org
Cc: ギャラ <me@gyara.moe>
Subject: [bug#63226] [PATCH 2/2] gnu: neovim: Update to 0.9.0.
Date: Tue,  2 May 2023 16:58:20 +0900	[thread overview]
Message-ID: <78488899ee6b6edb26e4982f17ab7a38ef47ed1b.1683014300.git.me@gyara.moe> (raw)
In-Reply-To: <4f01efc71ed2bfae3e579f6534771c522e57271b.1683014300.git.me@gyara.moe>

* gnu/packages/vim.scm (neovim): Update to 0.9.0.
[arguments]: CompileFlags.cmake is gone, use versiondef.h.in instead.
---
 gnu/packages/vim.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index d555194d0b..7d975efcc8 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -693,7 +693,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.8.3")
+    (version "0.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -702,7 +702,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zff73yxbnxym6sn43xk6r0zc2ncingsib81v9g39ibrcinpwaa9"))))
+                "0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
@@ -752,7 +752,7 @@ (define-public neovim
                    ;; 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"
+                   (substitute* "cmake.config/versiondef.h.in"
                      (("\\$\\{CMAKE_C_COMPILER\\}") "/gnu/store/.../bin/gcc"))
                    #t)))))
     (inputs (list libuv-for-luv
-- 
2.39.2





  reply	other threads:[~2023-05-02  7:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02  7:35 [bug#63226] [patch 0/2] gnu: neovim: Update to 0.9.0 ギャラ via Guix-patches via
2023-05-02  7:58 ` [bug#63226] [PATCH 1/2] gnu: tree-sitter: Update to 0.20.8 ギャラ via Guix-patches via
2023-05-02  7:58   ` ギャラ via Guix-patches via [this message]
2023-05-02 15:13     ` [bug#63226] [PATCH 2/2] gnu: neovim: Update to 0.9.0 Greg Hogan
2023-05-07  9:43 ` bug#63226: [patch 0/2] " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78488899ee6b6edb26e4982f17ab7a38ef47ed1b.1683014300.git.me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=63226@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.