me
/
guix
Archived
1
0
Fork 0

gnu: dico: Fix test failure.

* gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
master
宋文武 2016-10-30 09:40:32 +08:00
parent 326f8285b3
commit ad967bf08d
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,13 @@
version ".tar.xz"))
(sha256
(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)
(arguments
'(#:configure-flags (list (string-append "--with-guile-site-dir=" %output