[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: dico: Fix test failure.
From: |
??? |
Subject: |
01/01: gnu: dico: Fix test failure. |
Date: |
Sun, 30 Oct 2016 01:53:19 +0000 (UTC) |
iyzsong pushed a commit to branch core-updates
in repository guix.
commit ad967bf08d008712bd40296da9cfd4c0c0c214cd
Author: 宋文武 <address@hidden>
Date: Sun Oct 30 09:40:32 2016 +0800
gnu: dico: Fix test failure.
* gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
---
gnu/packages/dico.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index 16ab343..1a674df 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -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