Skip to content
Snippets Groups Projects
Unverified Commit ad967bf0 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: dico: Fix test failure.

* gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
parent 326f8285
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,13 @@ (define-public dico ...@@ -44,7 +44,13 @@ (define-public dico
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"13by0zimx90v2j8v7n4k9y3xwmh4q9jdc2f4f8yjs3x7f5bzm2pk")))) "13by0zimx90v2j8v7n4k9y3xwmh4q9jdc2f4f8yjs3x7f5bzm2pk"))
(snippet
;; Upstream commit 89922fc.
'(substitute* "include/dico/markup.h"
(("const char \\*dico_markup_type;")
"extern const char *dico_markup_type;")))
(modules '((guix build utils)))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags (list (string-append "--with-guile-site-dir=" %output '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment