diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-28 14:18:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-28 14:18:59 +0200 |
commit | 212163f8d5d51f436490d47dc37afd5052560197 (patch) | |
tree | 2c7e37c7d8b20b0a82ad6aae92a328455710ed77 /gnu/packages/dico.scm | |
parent | c6b3dc69bd4e6cd6f3457e3cfb671ca4e588344b (diff) | |
download | patches-212163f8d5d51f436490d47dc37afd5052560197.tar patches-212163f8d5d51f436490d47dc37afd5052560197.tar.gz |
gnu: dico: Patch 'idxgcide' bug.
* gnu/packages/patches/dico-idxgcide-bug.patch: New file.
* gnu/packages/dico.scm (dico)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/dico.scm')
-rw-r--r-- | gnu/packages/dico.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm index 780d8efcc7..87062f94dc 100644 --- a/gnu/packages/dico.scm +++ b/gnu/packages/dico.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -44,7 +44,8 @@ (base32 "04pjks075x20d19l623mj50bw64g8i41s63z4kzzqcbg9qg96x64")) (patches (search-patches "cpio-gets-undeclared.patch" - "dico-libtool-deterministic.patch")))) + "dico-libtool-deterministic.patch" + "dico-idxgcide-bug.patch")))) (build-system gnu-build-system) (arguments '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output |