From 110dfdd06bc135d65f50038a4503297d4eb36eb6 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 1 Nov 2025 16:24:10 +0100 Subject: [PATCH] guix: osslsigncode: disable tests --- contrib/guix/manifest.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index db461509..94fe0a21 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -249,6 +249,9 @@ chain for " target " development.")) (base32 "160dwjzpwaxism6r7ryn7dgfq78rk3nkbg9m2kwg512hhn20blqh")))) (build-system cmake-build-system) + (arguments + (list + #:tests? #f)) (inputs (list openssl zlib)) (home-page "https://github.com/mtrojnar/osslsigncode") (synopsis "Authenticode signing and timestamping tool") -- 2.52.0