* [bug#69722] gnu: zig-zls: Update to 0.10.0
@ 2024-03-11 5:22 Justin Veilleux
2024-03-13 14:17 ` bug#69722: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Justin Veilleux @ 2024-03-11 5:22 UTC (permalink / raw)
To: 69722
[-- Attachment #1: Type: text/plain, Size: 94 bytes --]
Here is a patch to update zig-zls to a new version compatible with the
zig 0.10.0 compiler.
[-- Attachment #2: 0001-gnu-zig-zls-Update-to-0.10.0.patch --]
[-- Type: text/x-patch, Size: 2876 bytes --]
From 51b5c0a5293305b5c2606eecdf4b03eafaac700e Mon Sep 17 00:00:00 2001
Message-ID: <51b5c0a5293305b5c2606eecdf4b03eafaac700e.1710134409.git.terramorpha@cock.li>
From: terramorpha <terramorpha@cock.li>
Date: Mon, 11 Mar 2024 01:17:47 -0400
Subject: [PATCH] gnu: zig-zls: Update to 0.10.0
* gnu/packages/zig-xyz.scm (zig-zls): Update to 0.10.0 and use the zig-build-system.
Change-Id: Ie062067854ba1087b0394128c66e060df3ef5abf
---
gnu/packages/zig-xyz.scm | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index 200b5c9940..83a22f4fc1 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2022 Maya Tomasek <maya.tomasek@disroot.org>
;;; Copyright © 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2023 Felix Lechner <felix.lechner@lease-up.com>
+;;; Copyright © 2024 Justin Veilleux <terramorpha@cock.li>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -97,7 +98,7 @@ (define-public tigerbeetle
(define-public zig-zls
(package
(name "zig-zls")
- (version "0.9.0")
+ (version "0.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -107,24 +108,12 @@ (define-public zig-zls
(file-name (git-file-name name version))
(sha256
(base32
- "1hhs7dz9rpshfd1a7x5swmix2rmh53vsqskh3mzqlrj2lgb3cnii"))))
- (build-system gnu-build-system)
- (inputs (list zig-0.9 python))
+ "1lsks7h3z2m4psyn9mwdylv1d6a9i3z54ssadiz76w0clbh8ch9k"))))
+ (build-system zig-build-system)
+ (inputs (list zig-0.10 python))
(arguments
- (list #:phases #~(modify-phases %standard-phases
- (delete 'configure)
- (replace 'build
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (setenv "ZIG_GLOBAL_CACHE_DIR"
- (string-append (getcwd) "/zig-cache"))
- (invoke "zig" "build" "install"
- "-Drelease-safe" "--prefix" out))))
- (delete 'install)
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "zig" "build" "test")))))))
+ ;; The tests fail with memory leaks.
+ (list #:tests? #f))
(synopsis "Zig language server")
(description
"Zig Language Server is a language server implementing the @acronym{LSP,
base-commit: a8196632647b343f8e03c8f12fbdc0cc84ff90f6
--
2.41.0
[-- Attachment #3: Type: text/plain, Size: 9 bytes --]
Cheers.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69722: gnu: zig-zls: Update to 0.10.0
2024-03-11 5:22 [bug#69722] gnu: zig-zls: Update to 0.10.0 Justin Veilleux
@ 2024-03-13 14:17 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-03-13 14:17 UTC (permalink / raw)
To: Justin Veilleux; +Cc: guix-patches, 69722-done
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
Justin Veilleux <terramorpha@cock.li> writes:
> Here is a patch to update zig-zls to a new version compatible with the
> zig 0.10.0 compiler.
>
> [2. text/x-patch; 0001-gnu-zig-zls-Update-to-0.10.0.patch]...
Thanks! I've pushed this to master as
a00341c9e64c28dc05773b84179bedde103a001b.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-13 14:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 5:22 [bug#69722] gnu: zig-zls: Update to 0.10.0 Justin Veilleux
2024-03-13 14:17 ` bug#69722: " Christopher Baines
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.