~ruther/guix-local

7c3786709f523daed1c167acd610502237bf2d00 — Hilton Chain 9 months ago 7448f75
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/nss.scm
M gnu/packages/nss.scm => gnu/packages/nss.scm +1 -1
@@ 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)