gnu: csvkit: Fix problem caused by the update of python-slugify.
* gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
4da627a3ff
commit
43d8faf8de
|
@ -1,6 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -215,7 +216,8 @@ for xls and xlsx files support to all @code{agate.Table} instances.")))
|
||||||
`(("python-agate-dbf" ,python-agate-dbf)
|
`(("python-agate-dbf" ,python-agate-dbf)
|
||||||
("python-agate-excel" ,python-agate-excel)
|
("python-agate-excel" ,python-agate-excel)
|
||||||
("python-agate-sql" ,python-agate-sql)
|
("python-agate-sql" ,python-agate-sql)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)
|
||||||
|
("python-text-unidecode" ,python-text-unidecode)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue