mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sssd: Fix build with cURL >= 7.62.0.
* gnu/packages/patches/sssd-curl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/sssd.scm (sssd)[source](patches): Use it.
This commit is contained in:
parent
215a51e441
commit
33eb63da64
3 changed files with 20 additions and 0 deletions
|
@ -86,6 +86,7 @@ fundamental object types for C.")
|
|||
(method url-fetch)
|
||||
(uri (string-append "http://releases.pagure.org/SSSD/sssd/"
|
||||
"sssd-" version ".tar.gz"))
|
||||
(patches (search-patches "sssd-curl-compat.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"032ppk57qs1lnvz7pb7lw9ldwm9i1yagh9fzgqgn6na3bg61ynzy"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue