mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
c9e1fff793
commit
379432f410
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ fundamental object types for C.")
|
||||||
pcre2
|
pcre2
|
||||||
popt
|
popt
|
||||||
python
|
python
|
||||||
samba
|
samba/pinned
|
||||||
talloc
|
talloc
|
||||||
tdb
|
tdb
|
||||||
tevent))
|
tevent))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue