me
/
guix
Archived
1
0
Fork 0

gnu: Add python-agate-locales.

* gnu/packages/wireservice.scm (python-agate-locales): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2023-03-24 13:23:29 +00:00 committed by Ludovic Courtès
parent b37303f06d
commit 7070d3d9e8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#: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 @@
(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")