From 1011d3ca81f616c54f51b8cb32434b82acec087e Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 24 Dec 2025 14:40:47 +0530 Subject: [PATCH] gnu: kwallet: Update to 6.21.0. * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.21.0. [arguments]<#:test-exclude>: Exclude the failing test. <#:phases>: In 'check phase, replace the tests to exclude with the test-exclude keyword. Change-Id: Ibc6f60ef738dcbe0e583b1f672bc9a33405d5bf7 --- gnu/packages/kde-frameworks.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 79c4baccc04..07b68aa025d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4519,7 +4519,7 @@ to separate the structure of documents from the data they contain.") (define-public kwallet (package (name "kwallet") - (version "6.19.0") + (version "6.21.0") (source (origin (method url-fetch) (uri (string-append @@ -4528,16 +4528,16 @@ to separate the structure of documents from the data they contain.") name "-" version ".tar.xz")) (sha256 (base32 - "1bf4mn72di3yixx50kmz25kpzwzx1j7fsxh4kn6hs5qc1gva7r0x")))) + "0j3z10p5myivkwzfypp5r4wh2ny2fjglcn8fqb068lgcfjp9w384")))) (build-system cmake-build-system) (arguments - (list #:phases + (list #:test-exclude "fdo_secrets_test";seems to require network + #:phases #~(modify-phases %standard-phases (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? ;; Seems to require network. - (invoke "ctest" "-E" - "(fdo_secrets_test)"))))))) + (lambda* (#:key tests? test-exclude #:allow-other-keys) + (when tests? + (invoke "ctest" "-E" test-exclude))))))) (native-inputs (list extra-cmake-modules kdoctools pkg-config)) (inputs