guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: sssd: Fix failing tests by using samba/pinned input


From: guix-commits
Subject: 02/11: gnu: sssd: Fix failing tests by using samba/pinned input
Date: Fri, 19 May 2023 10:50:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 379432f410e868eaf7a4937ecebd9bd16ffecab0
Author: Brian Cully <bjc@spork.org>
AuthorDate: Wed May 3 21:14:04 2023 -0400

    gnu: sssd: Fix failing tests by using samba/pinned input
    
    The latest samba package (4.18.1) causes a SIGABRT in ad_common_tests and
    ad_gpo_tests. The pinned version (4.17.0) allows them to succeed, so use 
that
    instead.
    
    * gnu/packages/sssd.scm (sssd) [inputs]: Change samba to samba/pinned.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/sssd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index a6b4c8aa90..4e585a62de 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -267,7 +267,7 @@ fundamental object types for C.")
            pcre2
            popt
            python
-           samba
+           samba/pinned
            talloc
            tdb
            tevent))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]