mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dbacl: Fix failing check phase.
* gnu/packages/patches/dbacl-icheck-multiple-definitions.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/textutils.scm (dbacl) [source]: Apply patch. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
f5d502f7f4
commit
03ab1a2762
3 changed files with 36 additions and 1 deletions
|
@ -711,7 +711,8 @@ in a portable way.")
|
|||
"dbacl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gas0112wqjvwn9qg3hxnawk7h3prr0w9b2h68f3p1ifd1kzn3gz"))
|
||||
(patches (search-patches "dbacl-include-locale.h.patch"))))
|
||||
(patches (search-patches "dbacl-include-locale.h.patch"
|
||||
"dbacl-icheck-multiple-definitions.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue