emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62344: closed ([PATCH] gnu: nim: Update to 1.6.12.)


From: GNU bug Tracking System
Subject: bug#62344: closed ([PATCH] gnu: nim: Update to 1.6.12.)
Date: Tue, 21 Mar 2023 15:42:02 +0000

Your message dated Tue, 21 Mar 2023 16:41:45 +0100
with message-id <77921f89333726fb0e711d2a473007ae@disroot.org>
and subject line close: Duplicate of #62341
has caused the debbugs.gnu.org bug report #62344,
regarding [PATCH] gnu: nim: Update to 1.6.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62344: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62344
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nim: Update to 1.6.12. Date: Tue, 21 Mar 2023 11:06:04 -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@spure@sosproc\\.nim\\.c")
                    (("\"/bin/sh\", 7") (format #f "~s, ~s" sh (string-length 
sh)))))))
            (replace 'build
              (lambda* (#:key (parallel-build? #t) #:allow-other-keys)

base-commit: 088a3d4c34cbbe74ee0fb56836c0353f0331960d
-- 
2.40.0




--- End Message ---
--- Begin Message --- Subject: close: Duplicate of #62341 Date: Tue, 21 Mar 2023 16:41:45 +0100



--- End Message ---

reply via email to

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