mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add python-agate-locales.
* gnu/packages/wireservice.scm (python-agate-locales): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b37303f06d
commit
7070d3d9e8
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@ (define-module (gnu packages wireservice)
|
|||
#:use-module (guix git-download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages databases)
|
||||
#:use-module (gnu packages python-web)
|
||||
|
@ -88,6 +89,12 @@ (define-public python-leather
|
|||
(description "Leather is a Python charting library for those who need
|
||||
charts now and don't care if they're perfect.")))
|
||||
|
||||
(define python-agate-locales
|
||||
(make-glibc-utf8-locales
|
||||
glibc
|
||||
#:locales (list "ko_KR")
|
||||
#:name "python-agate-locales"))
|
||||
|
||||
(define-public python-agate
|
||||
(wireservice-package
|
||||
(name "python-agate")
|
||||
|
|
Loading…
Reference in a new issue