GNU bug report logs - #62341
[PATCH] gnu: nim: Update to 1.6.12.

Previous Next

Package: guix-patches;

Reported by: Gruruya <greytest <at> disroot.org>

Date: Tue, 21 Mar 2023 15:37:02 UTC

Severity: normal

Tags: patch

Done: greytest <greytest <at> disroot.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62341 in the body.
You can then email your comments to 62341 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62341; Package guix-patches. (Tue, 21 Mar 2023 15:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gruruya <greytest <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 Mar 2023 15:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gruruya <greytest <at> disroot.org>
To: greytest <at> disroot.org,
	guix-patches <at> gnu.org
Subject: [PATCH] gnu: nim: Update to 1.6.12.
Date: Tue, 21 Mar 2023 10:15:28 -0400
* gnu/packages/nim: Update to 1.6.12.
[patch-installer]: Install /lib to right directory.
[patch-more-shebangs]: Edit substitute* to point to new osproc source.
---
 gnu/packages/nim.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm
index 6da382119f..77c2463cca 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -36,14 +36,14 @@ (define-module (gnu packages nim)
 (define-public nim
   (package
     (name "nim")
-    (version "1.6.6")
+    (version "1.6.12")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://nim-lang.org/download/"
                           name "-" version ".tar.xz"))
       (sha256
-       (base32 "0lm4450ig8k4l3rzxv6kcqji5l1lzicsw76ckwxm0q9qdz713cb7"))))
+       (base32 "1hjd9dxhqzn2ifr988li8q7v6kxpxlcqbdllfd6lsq3knw50pvxc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f          ; TODO: Investigate tests failures.
@@ -55,6 +55,7 @@ (define-public nim
                (let ((out (assoc-ref outputs "out")))
                  (substitute* "install.sh"
                   (("/usr/local") out)
+                  (("/lib/nim") "/lib")
                   (("/opt/nimble") (string-append out "/share/nimble"))
                   (("configdir=/etc/nim")
                    (string-append "configdir=" out "/etc/nim"))))))
@@ -102,7 +103,7 @@ (define-public nim
                                 "lib/pure/osproc.nim"
                                 "lib/pure/strscans.nim")
                    (("/bin/sh") sh))
-                 (substitute* (find-files "c_code" "stdlib_osproc\\.nim\\.c")
+                 (substitute* (find-files "c_code" "@m\\.\\.@slib <at> spure <at> sosproc\\.nim\\.c")
                    (("\"/bin/sh\", 7") (format #f "~s, ~s" sh (string-length sh)))))))
            (replace 'build
              (lambda* (#:key (parallel-build? #t) #:allow-other-keys)
-- 
2.40.0





Reply sent to greytest <greytest <at> disroot.org>:
You have taken responsibility. (Sat, 25 Mar 2023 12:09:02 GMT) Full text and rfc822 format available.

Notification sent to Gruruya <greytest <at> disroot.org>:
bug acknowledged by developer. (Sat, 25 Mar 2023 12:09:02 GMT) Full text and rfc822 format available.

Message #10 received at 62341-done <at> debbugs.gnu.org (full text, mbox):

From: greytest <greytest <at> disroot.org>
To: 62341-done <at> debbugs.gnu.org
Subject: close: Messed up submission
Date: Sat, 25 Mar 2023 13:08:45 +0100
[Message part 1 (text/plain, inline)]

I'm going to try this one again. Sorry for the trouble.
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Apr 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 2 days ago.

Previous Next


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