This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new f8c7de0a5e fixup! gnu: ncurses: Update to 6.6.20260516.
f8c7de0a5e is described below

commit f8c7de0a5efbf919321e02ce86cd6009e2ec59c0
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 13 20:24:41 2026 +0800

    fixup! gnu: ncurses: Update to 6.6.20260516.
    
    following 7115a6fd7df5360661b3fe3f9d7999c545917e63 (gnu: ncurses: Update to 
6.6.20260516.)
    should squashed into it.
---
 gnu/packages/ncurses.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index e43cb317dd..54caf31b2c 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -248,13 +248,14 @@
              #:phases #~(modify-phases %standard-phases
                           ;; Patches opnly available as individual files, used 
as origins...
                           (add-after 'unpack 'apply-patches
-                            (lambda* (#:key inputs #:allow-other-keys)
+                            (lambda* (#:key native-inputs inputs 
#:allow-other-keys)
                               (for-each
                                (lambda (patch-file-name)
                                  (invoke "sh" "-c"
                                          (string-append "zcat "
-                                                        (assoc-ref inputs
-                                                                   
patch-file-name)
+                                                        (assoc-ref
+                                                         (or native-inputs 
inputs)
+                                                         patch-file-name)
                                                         " | patch --verbose 
--strip=1")))
                                '#$(map patch-file-name ncurses-patch-seq))))
                           (replace 'configure #$configure-phase)

Reply via email to