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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7c3786709f gnu: nss-rapid: Fix source build.
7c3786709f is described below

commit 7c3786709f523daed1c167acd610502237bf2d00
Author: Hilton Chain <[email protected]>
AuthorDate: Tue Aug 19 02:25:17 2025 +0800

    gnu: nss-rapid: Fix source build.
    
    This is a follow-up to 4918534be1ffc1896a59e2fb69a9eaaa3140a0b8.
    
    * gnu/packages/nss.scm (nss-rapid) [source] <patches>: Correct argument 
order
    for ‘string-suffix?’.
    
    Change-Id: I2c0a79893846faf68d8348e9eb70fd981a3547e6
---
 gnu/packages/nss.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 13dffa4966..eac799a3ef 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -306,7 +306,7 @@ This package tracks the Extended Support Release (ESR) 
channel.")
               (base32
                "03qwl3ps3xgc9pkc07qrsa4vd2r57mjwicv3gb483gfk2ashdvxc"))
              (patches
-              (remove (cut string-suffix? <> "nss-disable-broken-tests.patch")
+              (remove (cut string-suffix? "nss-disable-broken-tests.patch" <>)
                       (origin-patches (package-source nss))))))
    (arguments
     (substitute-keyword-arguments (package-arguments nss)

Reply via email to